修改扩展属性参数获取的bug

This commit is contained in:
季圣华
2019-06-03 22:59:27 +08:00
parent 1c3ab2cb17
commit 4b782faba8

View File

@@ -352,7 +352,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) {