解决单据入库数据的bug
This commit is contained in:
@@ -342,8 +342,8 @@
|
||||
mpList: mPropertyList
|
||||
}),
|
||||
success: function (res) {
|
||||
if(res && res.code === 200 && res.data) {
|
||||
$("#tableData").datagrid('loadData', res.data.rows);
|
||||
if(res && res.code === 200) {
|
||||
$("#tableData").datagrid('loadData', res.data);
|
||||
}
|
||||
},
|
||||
//此处添加错误处理
|
||||
|
||||
Reference in New Issue
Block a user