Commit c8630f49 authored by 罗超's avatar 罗超

1

parent 7c81c19a
......@@ -195,8 +195,18 @@
};
},
watch:{
dataList:{
handler(val){
console.log(201,val)
this.selection=[];
},
deep:true
}
},
created() {
this.initAuth();
},
mounted() {},
methods: {
......
......@@ -406,7 +406,6 @@ export default {
this.getEmployee();
this.initConfig();
this.getSelectClass();
// this.getCustomerList();
},
mounted() {
this.initData();
......
......@@ -34,7 +34,7 @@
</q-select>
</div>
<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="归属类型" />
</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