From ead94c535d19453a4c3568c324d36f5c3919c9dc Mon Sep 17 00:00:00 2001 From: wanglei Date: Tue, 30 Jul 2024 08:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/task/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/dangan-ui/src/views/dangan/task/index.vue b/dangan-ui/src/views/dangan/task/index.vue index 56b0a1b..ed90a45 100644 --- a/dangan-ui/src/views/dangan/task/index.vue +++ b/dangan-ui/src/views/dangan/task/index.vue @@ -456,6 +456,7 @@ reRecongnize({taskId: this.dAType.selRow.id, sbType: this.dAType.sbType?this.dAType.sbType:this.dAType.selRow.ywType}).then(response => { loading.close(); + this.dAType.sbType = null; this.$modal.msgSuccess(response.msg); this.getList() })