--no commit message
Showing
1 changed file
with
1 additions
and
2 deletions
... | @@ -142,7 +142,7 @@ | ... | @@ -142,7 +142,7 @@ |
142 | this.defaultNode = getNode( | 142 | this.defaultNode = getNode( |
143 | this.formData.qllx, | 143 | this.formData.qllx, |
144 | { linShi: 0, xianShi: 0, liShi: 0 }, | 144 | { linShi: 0, xianShi: 0, liShi: 0 }, |
145 | this.formData.bdcdylx || "" | 145 | res.result.bdcdylx|| "" |
146 | ); | 146 | ); |
147 | this.sfqdata[0].children.forEach((item, index) => { | 147 | this.sfqdata[0].children.forEach((item, index) => { |
148 | if (item.id == this.defaultNode.id) { | 148 | if (item.id == this.defaultNode.id) { |
... | @@ -229,7 +229,6 @@ | ... | @@ -229,7 +229,6 @@ |
229 | * @author: renchao | 229 | * @author: renchao |
230 | */ | 230 | */ |
231 | loadComponent (form) { | 231 | loadComponent (form) { |
232 | console.log(form, 'form'); | ||
233 | this.componentTag = (r) => | 232 | this.componentTag = (r) => |
234 | require.ensure([], () => r(require("@/views/registerBook/" + form))); | 233 | require.ensure([], () => r(require("@/views/registerBook/" + form))); |
235 | }, | 234 | }, | ... | ... |
-
Please register or sign in to post a comment