Commit 4b782fab authored by 季圣华's avatar 季圣华
Browse files

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

parent 1c3ab2cb
...@@ -352,7 +352,7 @@ ...@@ -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) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment