|
@@ -12,7 +12,7 @@
|
|
|
</a-col>
|
|
|
<a-col :md="6" :sm="24">
|
|
|
<a-form-item label="关联客户">
|
|
|
- <custList ref="custList" @change="custChange"></custList>
|
|
|
+ <custList ref="custList" @change="custChange" v-model="queryParam.customerName"></custList>
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
<a-col :md="4" :sm="24">
|
|
@@ -221,6 +221,7 @@ export default {
|
|
|
beginAmount: '',
|
|
|
endAmount: ''
|
|
|
}
|
|
|
+ this.$refs.custList.resetForm()
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|
|
|
// 合计
|