dafd2826 by renchao@pashanhoo.com

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents 29771447 a38313b6
...@@ -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 })
......