diff --git a/src/views/hotwork/superapprove/inspectorGeneral/components/list.vue b/src/views/hotwork/superapprove/inspectorGeneral/components/list.vue index b995ea1..074c3c5 100644 --- a/src/views/hotwork/superapprove/inspectorGeneral/components/list.vue +++ b/src/views/hotwork/superapprove/inspectorGeneral/components/list.vue @@ -211,6 +211,7 @@ export default { // eslint-disable-next-line no-sequences this.KEYWORDS = '', this.DEPTIDS = '' + this.getQuery() }, confirm(item) { this.form.dialogVisible = true diff --git a/src/views/hotwork/superapprove/officeRespomsible/components/list.vue b/src/views/hotwork/superapprove/officeRespomsible/components/list.vue index 1caf954..e235c89 100644 --- a/src/views/hotwork/superapprove/officeRespomsible/components/list.vue +++ b/src/views/hotwork/superapprove/officeRespomsible/components/list.vue @@ -210,6 +210,7 @@ export default { // eslint-disable-next-line no-sequences this.KEYWORDS = '', this.DEPTIDS = '' + this.getQuery() }, confirm(item) { this.form.dialogVisible = true diff --git a/src/views/hotwork/superapprove/personInCharge/components/list.vue b/src/views/hotwork/superapprove/personInCharge/components/list.vue index 4b677cb..cd51937 100644 --- a/src/views/hotwork/superapprove/personInCharge/components/list.vue +++ b/src/views/hotwork/superapprove/personInCharge/components/list.vue @@ -196,6 +196,7 @@ export default { // eslint-disable-next-line no-sequences this.KEYWORDS = '', this.DEPTIDS = '' + this.getQuery() }, confirm(item) { this.form.dialogVisible = true diff --git a/src/views/hotwork/superapprove/projectPreliminarily/components/list.vue b/src/views/hotwork/superapprove/projectPreliminarily/components/list.vue index b08172e..78246f8 100644 --- a/src/views/hotwork/superapprove/projectPreliminarily/components/list.vue +++ b/src/views/hotwork/superapprove/projectPreliminarily/components/list.vue @@ -275,6 +275,7 @@ export default { // eslint-disable-next-line no-sequences this.KEYWORDS = '', this.DEPTIDS = '' + this.getQuery() }, confirm(item) { this.form.dialogVisible = true diff --git a/src/views/hotwork/superapprove/projectSupervisor/components/list.vue b/src/views/hotwork/superapprove/projectSupervisor/components/list.vue index 0805b16..ee78ea8 100644 --- a/src/views/hotwork/superapprove/projectSupervisor/components/list.vue +++ b/src/views/hotwork/superapprove/projectSupervisor/components/list.vue @@ -197,6 +197,7 @@ export default { // eslint-disable-next-line no-sequences this.KEYWORDS = '', this.DEPTIDS = '' + this.getQuery() }, confirm(item) { this.form.dialogVisible = true