fix(系统设置): 开源版本授权管理页面控制台报错
This commit is contained in:
parent
5d573053bb
commit
f043506e42
|
@ -100,7 +100,9 @@ export default {
|
||||||
search() {
|
search() {
|
||||||
this.result = getLicense()
|
this.result = getLicense()
|
||||||
.then(response => {
|
.then(response => {
|
||||||
this.license = response.data.license;
|
if (response.data.license) {
|
||||||
|
this.license = response.data.license;
|
||||||
|
}
|
||||||
this.status = response.data.status;
|
this.status = response.data.status;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue