This commit is contained in:
shijingjing
2022-04-20 15:37:08 +08:00
parent 81068c24dd
commit 9e26794b24
7 changed files with 16 additions and 20 deletions

View File

@@ -76,7 +76,7 @@ export default {
}
}).then(res => {
if(res?.data) {
this.form = res.data
this.form = {...res.data}
}
})
},