Commit c8630f49 authored by 罗超's avatar 罗超

1

parent 7c81c19a
...@@ -195,8 +195,18 @@ ...@@ -195,8 +195,18 @@
}; };
}, },
watch:{
dataList:{
handler(val){
console.log(201,val)
this.selection=[];
},
deep:true
}
},
created() { created() {
this.initAuth(); this.initAuth();
}, },
mounted() {}, mounted() {},
methods: { methods: {
......
...@@ -406,7 +406,6 @@ export default { ...@@ -406,7 +406,6 @@ export default {
this.getEmployee(); this.getEmployee();
this.initConfig(); this.initConfig();
this.getSelectClass(); this.getSelectClass();
// this.getCustomerList();
}, },
mounted() { mounted() {
this.initData(); this.initData();
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</q-select> </q-select>
</div> </div>
<div class="col-3"> <div class="col-3">
<q-select @input="resetSearch" standout="bg-primary text-white" option-value="Id" option-label="Name" <q-select @input="resetSearch" filled option-value="Id" option-label="Name"
v-model="msg.BelongType" :options="BelongTypeList" emit-value map-options label="归属类型" /> v-model="msg.BelongType" :options="BelongTypeList" emit-value map-options label="归属类型" />
</div> </div>
</div> </div>
......
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