提交修改

This commit is contained in:
daihh
2022-05-30 23:25:01 +08:00
parent b050613020
commit b749df42e6
19 changed files with 481 additions and 307 deletions

View File

@@ -178,7 +178,10 @@ export default {
}
},
created(){
if(this.data && this.data.id!='' && !this.readonly){
},
mounted() {
if(this.data && this.data.id && !this.readonly){
this.checkHas();
}
},