opt:优化前后端交互后端返回不统一问题
This commit is contained in:
@@ -120,7 +120,7 @@ export default {
|
||||
open() {
|
||||
if (this.form && this.form.id) {
|
||||
crudPurchase.get(this.form.id).then(res => {
|
||||
this.tableDtl = (res && res.tableData) || []
|
||||
this.tableDtl = (res && res.data.tableData) || []
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user