Commit b26f62ed by 赵永成

temp

parent 33547d1a
...@@ -119,6 +119,9 @@ export default { ...@@ -119,6 +119,9 @@ export default {
"tb_steps":[{ "tb_steps":[{
"step_lab":"步骤1", "step_lab":"步骤1",
"step_akv":[] "step_akv":[]
},{
"step_lab":"步骤2",
"step_akv":[]
}], }],
"step_opts":[] "step_opts":[]
} }
...@@ -173,7 +176,7 @@ export default { ...@@ -173,7 +176,7 @@ export default {
that.special_tb_data.push(spec_model); that.special_tb_data.push(spec_model);
//显示窗体 //显示窗体
//that.open = isShow that.open = isShow
//this.initStepData(); //this.initStepData();
}); });
} }
......
...@@ -255,7 +255,7 @@ export default { ...@@ -255,7 +255,7 @@ export default {
this.$refs.Specification.showSpecial(true,prow) this.$refs.Specification.showSpecial(true,prow)
); );
this.$refs.Specification.initAll(); //this.$refs.Specification.initAll();
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment