清理测试信息
parent
996a13153e
commit
a2f671f125
|
@ -87,8 +87,8 @@
|
|||
data() {
|
||||
return {
|
||||
noClick: true,
|
||||
userName: '130324198402060201',
|
||||
userPwd: 'Aa@123456',
|
||||
userName: '',
|
||||
userPwd: '',
|
||||
radio: ''
|
||||
}
|
||||
},
|
||||
|
|
|
@ -78,7 +78,6 @@
|
|||
mounted() {
|
||||
this.loginUser = loginUser;
|
||||
this.loginCorpId = loginUser.CORPINFO_ID
|
||||
console.log('loginCorpId =>' + this.loginCorpId)
|
||||
this.isRest = isRest;
|
||||
if(this.loginCorpId && this.loginUser.USERNAME){
|
||||
this.getData();
|
||||
|
|
Loading…
Reference in New Issue