修改扩展属性参数问题

This commit is contained in:
qiankunpingtai
2019-06-10 11:49:01 +08:00
parent 65f4169ec3
commit f8fb1c9aae
13 changed files with 13 additions and 13 deletions

View File

@@ -234,7 +234,7 @@ function initMProperty(){
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) {

View File

@@ -235,7 +235,7 @@ function initMProperty(){
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) {

View File

@@ -234,7 +234,7 @@ function initMProperty(){
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) {

View File

@@ -235,7 +235,7 @@ function initMProperty(){
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) {

View File

@@ -234,7 +234,7 @@ function initMProperty(){
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) {

View File

@@ -234,7 +234,7 @@ function initMProperty(){
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) {

View File

@@ -234,7 +234,7 @@ function initMProperty(){
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) {

View File

@@ -234,7 +234,7 @@ function initMProperty(){
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) {

View File

@@ -234,7 +234,7 @@ function initMProperty(){
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) {

View File

@@ -227,7 +227,7 @@ function initMProperty(){
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) {

View File

@@ -235,7 +235,7 @@ function initMProperty(){
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) {

View File

@@ -234,7 +234,7 @@ function initMProperty(){
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) {

View File

@@ -234,7 +234,7 @@ function initMProperty(){
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) {