From 6523295b6b6ec811d68bacceb9ab5186655781ba Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 26 Jul 2023 08:40:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E4=B8=8A=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/modules/clean/cleaning-loading.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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