解决上传多个时的控制问题

This commit is contained in:
daihh
2022-12-29 14:05:20 +08:00
parent a58d582051
commit b8071a7455
4 changed files with 66 additions and 31 deletions

View File

@@ -415,9 +415,9 @@ export default {
this.getLastStudy();
},
mounted() {
console.log(this.userInfo.loginName,'this.userInfo.loginName');
//console.log(this.userInfo.loginName,'this.userInfo.loginName');
let flag=testUser.isTest(this.userInfo.loginName);
console.log(flag,'this.isTest22');
//console.log(flag,'this.isTest22');
this.isTest=flag;
// if(testUser.isTest(this.userInfo.loginName)){
// console.log(this.isTest,'this.isTest');