8b0fb295 by xiaomiao

--no commit message

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