优化表结构
This commit is contained in:
@@ -155,6 +155,8 @@
|
||||
type: "get",
|
||||
url: "/materialProperty/list",
|
||||
dataType: "json",
|
||||
//设置为同步
|
||||
async: false,
|
||||
data: ({
|
||||
search: JSON.stringify({
|
||||
name: ""
|
||||
@@ -167,7 +169,7 @@
|
||||
var thisRows = res.data.page.rows;
|
||||
for (var i = 0; i < thisRows.length; i++) {
|
||||
if (thisRows[i].enabled) {
|
||||
mPropertyList += thisRows[i].nativename + ",";
|
||||
mPropertyList += thisRows[i].nativeName + ",";
|
||||
}
|
||||
}
|
||||
if (mPropertyList) {
|
||||
|
||||
Reference in New Issue
Block a user