|
|
@ -211,6 +211,8 @@ const initLoadData = () => { |
|
|
/* |
|
|
/* |
|
|
在这里请求后台获取字段 |
|
|
在这里请求后台获取字段 |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
console.log("runAppForm-----214",paramx) |
|
|
|
|
|
if(paramx && paramx != "" && paramx != null && paramx != "undefined"){ |
|
|
getFieldRecord(paramx).then(({ data }) => { |
|
|
getFieldRecord(paramx).then(({ data }) => { |
|
|
stateData.tableData.columns[i].options = data |
|
|
stateData.tableData.columns[i].options = data |
|
|
if(stateData.searchData.length>0){ |
|
|
if(stateData.searchData.length>0){ |
|
|
@ -222,7 +224,7 @@ const initLoadData = () => { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
|
|
|
} |
|
|
if(stateData.searchData.length>0){ |
|
|
if(stateData.searchData.length>0){ |
|
|
for(let j = 0;j<stateData.searchData.length;j++){ |
|
|
for(let j = 0;j<stateData.searchData.length;j++){ |
|
|
// console.log(stateData.searchData[j]) |
|
|
// console.log(stateData.searchData[j]) |
|
|
|