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 () {