From ce586aaf31e85befefb10a4b341b7361e31cde72 Mon Sep 17 00:00:00 2001 From: liujun Date: Sun, 28 Apr 2024 14:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=94=E7=A6=BB=E8=BF=81=E7=A7=BB=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../safetyOperationRegulations/components/list.vue | 3 ++- .../safetyProductionManagementSystem/components/list.vue | 3 ++- .../safetyProductionResponsibilitySystem/components/list.vue | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/threeSystems/safetyOperationRegulations/components/list.vue b/src/views/threeSystems/safetyOperationRegulations/components/list.vue index 599e088..74fba10 100644 --- a/src/views/threeSystems/safetyOperationRegulations/components/list.vue +++ b/src/views/threeSystems/safetyOperationRegulations/components/list.vue @@ -306,7 +306,8 @@ export default { labels: JSON.stringify(this.form.labels), STATUS: this.form.STATUS, ASSOCIATION: '0', - CORPINFO_ID: '0' + CORPINFO_ID: '0', + MIGRATION_FLAG: '1' } ).then((data) => { this.listLoading = false diff --git a/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue b/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue index ea99bd5..573a026 100644 --- a/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue +++ b/src/views/threeSystems/safetyProductionManagementSystem/components/list.vue @@ -242,7 +242,8 @@ export default { labels: JSON.stringify(this.form.labels), STATUS: this.form.STATUS, ASSOCIATION: '1', - CORPINFO_ID: '0' + CORPINFO_ID: '0', + MIGRATION_FLAG: '1' } ).then((data) => { this.listLoading = false diff --git a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue index 6e375ec..6c2712d 100644 --- a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue +++ b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/list.vue @@ -280,7 +280,8 @@ export default { labels: JSON.stringify(this.form.labels), STATUS: this.form.STATUS, ASSOCIATION: '2', - CORPINFO_ID: '0' + CORPINFO_ID: '0', + MIGRATION_FLAG: '1' } ).then((data) => { this.listLoading = false