更新
This commit is contained in:
parent
27dca505a1
commit
741d1e795b
@ -405,7 +405,7 @@
|
|||||||
if(key!='datas')this.formData[key] = res.data[key];
|
if(key!='datas')this.formData[key] = res.data[key];
|
||||||
})
|
})
|
||||||
this.skeleton = false;
|
this.skeleton = false;
|
||||||
this.datasList = res.data['datas'];
|
this.datasList = [...res.data['datas']];
|
||||||
},
|
},
|
||||||
toastShow() {
|
toastShow() {
|
||||||
Toast('不可修改')
|
Toast('不可修改')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user