Merge branch 'main' of https://github.com/metersphere/metersphere
This commit is contained in:
commit
036186a5fa
|
@ -100,7 +100,9 @@ export default {
|
||||||
search() {
|
search() {
|
||||||
this.result = getLicense()
|
this.result = getLicense()
|
||||||
.then(response => {
|
.then(response => {
|
||||||
|
if (response.data.license) {
|
||||||
this.license = response.data.license;
|
this.license = response.data.license;
|
||||||
|
}
|
||||||
this.status = response.data.status;
|
this.status = response.data.status;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue