From e3c493cfafcc3fb7b46e284dc7f10fac38df2f27 Mon Sep 17 00:00:00 2001 From: hhui <13856223047@163.com> Date: Mon, 6 May 2024 17:49:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E9=A5=B0=E5=85=A5=E5=BA=93?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../store/warehousing/repairWarehousing.vue | 164 ++++-------------- 1 file changed, 34 insertions(+), 130 deletions(-) diff --git a/sgzb-ui/src/views/store/warehousing/repairWarehousing.vue b/sgzb-ui/src/views/store/warehousing/repairWarehousing.vue index c6814489..0d732e32 100644 --- a/sgzb-ui/src/views/store/warehousing/repairWarehousing.vue +++ b/sgzb-ui/src/views/store/warehousing/repairWarehousing.vue @@ -1,47 +1,18 @@ --> - + @@ -396,6 +296,8 @@ export default { query: { pageNum: 1, pageSize: 10, + keyWord: '', + typeId: '' }, // 表单参数 form: {}, @@ -498,6 +400,7 @@ export default { /** 修改按钮操作 */ handleUpdate(row) { // this.reset(); + this.query.keyWord = '' this.query.taskId = row.id this.getDialogTable() this.open = true @@ -506,6 +409,7 @@ export default { }, //查看 handleView(row) { + this.query.keyWord = '' this.query.taskId = row.id this.getDialogTable() this.open = true @@ -613,7 +517,7 @@ export default { }, /** 提交按钮 */ - submitForm: function() { + submitForm: function () { this.$refs['form'].validate(valid => { if (valid) { if (this.form.dictId != undefined) {