8b0fb295 by xiaomiao

--no commit message

1 parent 6c3edbdd
...@@ -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 })
......