This commit is contained in:
X_Rian 2024-05-31 10:09:38 +08:00
parent 3d35b31768
commit 7fc85dce1c
2 changed files with 2 additions and 1 deletions

View File

@ -104,6 +104,7 @@ export default {
created() { created() {
this.projectSn = this.$store.state.projectSn; this.projectSn = this.$store.state.projectSn;
this.getAssessmentList(); this.getAssessmentList();
this.$message.success("1111"); //
}, },
methods: { methods: {
// || // ||

View File

@ -986,7 +986,7 @@ export default {
} }
} }
// console.log('==========',this.enterpriseForm.companyTypeName) console.log('==========',this.enterpriseForm.companyTypeName)
this.aptitudeFileList = []; this.aptitudeFileList = [];
this.logoFileList = []; this.logoFileList = [];
this.layoutImageList = []; this.layoutImageList = [];