调整 用户

This commit is contained in:
2026-09-18 18:25:52 +08:00
parent 84d9e098ba
commit bcbc45bb03
6 changed files with 286 additions and 85 deletions
+12
View File
@@ -1354,6 +1354,13 @@ export default {
.filter(fileType => !uploadedTypes.has(fileType));
},
},
watch: {
'$route.fullPath'() {
if (this.isProjectFormPage) {
this.openProjectFormPage();
}
},
},
created() {
this.loadDeptOptions();
this.loadCargoTypeOptions();
@@ -1363,6 +1370,11 @@ export default {
this.openProjectFormPage();
}
},
activated() {
if (this.isProjectFormPage && !this.projectBox) {
this.openProjectFormPage();
}
},
methods: {
buildTableOption() {
return {