清理测试信息
parent
996a13153e
commit
a2f671f125
|
@ -87,8 +87,8 @@
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
noClick: true,
|
noClick: true,
|
||||||
userName: '130324198402060201',
|
userName: '',
|
||||||
userPwd: 'Aa@123456',
|
userPwd: '',
|
||||||
radio: ''
|
radio: ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue