|
@@ -191,6 +191,8 @@ export default {
|
|
|
this.queryParam.promoActiveSn = undefined
|
|
|
this.queryParam.salesBillNo = ''
|
|
|
this.queryParam.billStatus = undefined
|
|
|
+ this.$refs.custList.resetForm()
|
|
|
+ this.$refs.promoList.resetForm()
|
|
|
this.$refs.table.refresh(true)
|
|
|
},
|
|
|
// 关闭弹框
|