清理测试信息

dev
wangpeng 2024-04-01 09:26:01 +08:00
parent 996a13153e
commit a2f671f125
2 changed files with 2 additions and 3 deletions

View File

@ -87,8 +87,8 @@
data() { data() {
return { return {
noClick: true, noClick: true,
userName: '130324198402060201', userName: '',
userPwd: 'Aa@123456', userPwd: '',
radio: '' radio: ''
} }
}, },

View File

@ -78,7 +78,6 @@
mounted() { mounted() {
this.loginUser = loginUser; this.loginUser = loginUser;
this.loginCorpId = loginUser.CORPINFO_ID this.loginCorpId = loginUser.CORPINFO_ID
console.log('loginCorpId =>' + this.loginCorpId)
this.isRest = isRest; this.isRest = isRest;
if(this.loginCorpId && this.loginUser.USERNAME){ if(this.loginCorpId && this.loginUser.USERNAME){
this.getData(); this.getData();