Commit a1115e1b by xue_wengang

关注人员

parent 22386997
...@@ -900,7 +900,7 @@ export default { ...@@ -900,7 +900,7 @@ export default {
axios axios
.get(`JsonData/${fieldItem.codeTree}.json`) .get(`JsonData/${fieldItem.codeTree}.json`)
.then((codRes) => { .then((codRes) => {
let value = this.queryTree(codRes.data.data.rows, fieldVale)[0]; let value = this.queryTree(codRes.data.rows, fieldVale)[0];
console.log(value); console.log(value);
fieldItem.codeOptions = [{ id: fieldVale, name: value }]; fieldItem.codeOptions = [{ id: fieldVale, name: value }];
}) })
......
Markdown is supported
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