自然幢信息保存回显
Showing
3 changed files
with
3 additions
and
4 deletions
... | @@ -5,7 +5,7 @@ import request from '@/plugin/axios' | ... | @@ -5,7 +5,7 @@ import request from '@/plugin/axios' |
5 | export function getSearchList(data) { | 5 | export function getSearchList(data) { |
6 | return request({ | 6 | return request({ |
7 | url: '/system/basiccommon/query', | 7 | url: '/system/basiccommon/query', |
8 | method: 'get', | 8 | method: 'post', |
9 | params : data, | 9 | data : data, |
10 | }) | 10 | }) |
11 | } | 11 | } |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -119,7 +119,6 @@ export default { | ... | @@ -119,7 +119,6 @@ export default { |
119 | }, | 119 | }, |
120 | // 根据id展开树的具体项 | 120 | // 根据id展开树的具体项 |
121 | expandTreeItemById(idList) { | 121 | expandTreeItemById(idList) { |
122 | debugger; | ||
123 | let _this = this; | 122 | let _this = this; |
124 | function loopTree(list) { | 123 | function loopTree(list) { |
125 | list.forEach((x) => { | 124 | list.forEach((x) => { | ... | ... |
... | @@ -440,7 +440,7 @@ | ... | @@ -440,7 +440,7 @@ |
440 | console.log(this.form) | 440 | console.log(this.form) |
441 | }, | 441 | }, |
442 | generatorCode(){ | 442 | generatorCode(){ |
443 | getBdcdyh(this.form.zdbsm,"zrz") | 443 | getBdcdyh(this.form.zddm,"zrz") |
444 | .then((res)=>{ | 444 | .then((res)=>{ |
445 | this.form.zrzh=res.result.substring(0,24); | 445 | this.form.zrzh=res.result.substring(0,24); |
446 | this.form.bdcdyh=res.result; | 446 | this.form.bdcdyh=res.result; | ... | ... |
-
Please register or sign in to post a comment