diff --git a/src/pages/modules/clean/cleaning-loading.vue b/src/pages/modules/clean/cleaning-loading.vue index fd5cac0..97c2983 100644 --- a/src/pages/modules/clean/cleaning-loading.vue +++ b/src/pages/modules/clean/cleaning-loading.vue @@ -108,6 +108,7 @@ export default { async _washQuery () { let res = await washQuery(this.value1, this.value2) if (res.code === 200) { + this.checkArr = [] res.content.map(el => { this.$set(el, 'checked', false) }) @@ -129,8 +130,6 @@ export default { let res = await washSubmitWash(arr) if (res.code === 200) { this.toast(res.msg) - this.value1 = '' - this.value2 = '' this._washQuery() } this.disabled1 = false