This commit is contained in:
shijingjing
2022-04-20 15:08:58 +08:00
parent e863829c5b
commit 724421754a
3 changed files with 15 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ export default {
}
}).then(res => {
if(res?.data) {
this.form = res.data && JSON.parse(JSON.stringify(res.data))
this.form = res.data
}
})
},