diff --git a/src/views/pro/projectManagement/constructionPro/editOutsourcingPro.vue b/src/views/pro/projectManagement/constructionPro/editOutsourcingPro.vue index 859014d..348e281 100644 --- a/src/views/pro/projectManagement/constructionPro/editOutsourcingPro.vue +++ b/src/views/pro/projectManagement/constructionPro/editOutsourcingPro.vue @@ -1,27 +1,38 @@ - + diff --git a/src/views/pro/projectManagement/outsourcingPro/index.vue b/src/views/pro/projectManagement/outsourcingPro/index.vue index 9eb2db0..de70e78 100644 --- a/src/views/pro/projectManagement/outsourcingPro/index.vue +++ b/src/views/pro/projectManagement/outsourcingPro/index.vue @@ -278,6 +278,7 @@ export default { /** 修改按钮操作 */ handleUpdate(row) { this.$router.push('/project/projectManagements/outsourcingPro/editOutsourcingPro/' + row.proId) + localStorage.setItem('proStatusUseInfo', row.proStatus) }, /** 导出按钮操作 */ handleExport() {