From 91824e0acc0e1e62e3ffd342304ea300023464a3 Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 5 Jan 2023 09:53:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E5=88=B6=E4=BF=AE=E8=AE=A2?= =?UTF-8?q?=E6=8A=80=E6=9C=AF=E6=A0=87=E5=87=86-=E5=B8=A6=E5=85=A5?= =?UTF-8?q?=E4=BC=81=E6=A0=87-=E8=BE=93=E5=85=A5=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E5=90=8E=E5=85=B3=E9=97=AD=E5=BC=B9=E6=A1=86?= =?UTF-8?q?=20=E6=B8=85=E7=A9=BA=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/qbrk/step1.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue index 9ba27d057..402117978 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step1.vue @@ -2241,6 +2241,13 @@ export default { * @param done */ handleReviseDrawerClose (done) { + this.standardSearchForm.esName = ''; + this.standardSearchForm.unit = ''; + this.standardSearchForm.standCode = ''; + this.standardSearchForm.QCDW = ''; + this.standardSearchForm.standName = '' + this.standardSearchForm.page = 1 + this.standardSearchForm.pageSize = this.$store.getters.userInfo.configContent done() }, getDomesticStandardTable () {