调整 用户
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user