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