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