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 {
getStepFormInfo(this.oneSelectProps).then((res) => {
this.tabList=res.result
this.$nextTick(function () {
this.tabName =this.tabList[0].url;
this.tabName =this.tabList[0].value;
console.log("this.tabName",this.tabName);
});
})
......