Commit b70e1b28 by lyl_task Committed by GitHub

Merge pull request #12 from lanyulei/dev

fix bug.
parents b41fcddf a92b6b24
Showing with 2 additions and 1 deletions
......@@ -225,7 +225,8 @@ export default {
var promiseList = []
for (var tpl of this.processStructureValue.tpls) {
this.tpls.push({
tplDataId: tpl.id
tplDataId: tpl.id,
tplId: tpl.form_structure.id
})
promiseList.push(this.$refs['generateForm-' + tpl.id][0].getData())
}
......
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 sign in to comment