修改扩展属性参数获取的bug
This commit is contained in:
@@ -352,7 +352,7 @@
|
|||||||
var thisRows = res.data.page.rows;
|
var thisRows = res.data.page.rows;
|
||||||
for (var i = 0; i < thisRows.length; i++) {
|
for (var i = 0; i < thisRows.length; i++) {
|
||||||
if (thisRows[i].enabled) {
|
if (thisRows[i].enabled) {
|
||||||
mPropertyList += thisRows[i].nativeName + ",";
|
mPropertyList += thisRows[i].nativename + ",";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (mPropertyList) {
|
if (mPropertyList) {
|
||||||
|
|||||||
Reference in New Issue
Block a user