Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -141,7 +141,7 @@ export default { | ... | @@ -141,7 +141,7 @@ export default { |
141 | getStepFormInfo(this.oneSelectProps).then((res) => { | 141 | getStepFormInfo(this.oneSelectProps).then((res) => { |
142 | this.tabList=res.result | 142 | this.tabList=res.result |
143 | this.$nextTick(function () { | 143 | this.$nextTick(function () { |
144 | this.tabName =this.tabList[0].url; | 144 | this.tabName =this.tabList[0].value; |
145 | console.log("this.tabName",this.tabName); | 145 | console.log("this.tabName",this.tabName); |
146 | }); | 146 | }); |
147 | }) | 147 | }) | ... | ... |
-
Please register or sign in to post a comment