Commit 19902dfd authored by 周远喜's avatar 周远喜

清除按钮

parent 92a288ed
......@@ -5,6 +5,7 @@
@on-change="change"
:disabled="disabled"
:multiple="multiple"
clearable
:transfer="true"
/>
</template>
......@@ -88,7 +89,7 @@ export default {
},
methods: {
change(v) {
console.log(v);
// console.log(v);
this.dep = v;
var item;
var items = this.list.filter(u => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment