Commit 3346016b authored by 仇晓婷's avatar 仇晓婷

ee

parent 1546cba9
...@@ -170,7 +170,9 @@ ...@@ -170,7 +170,9 @@
<!-- <Input v-model="entity.template" type="textarea" :rows="5"></Input> --> <!-- <Input v-model="entity.template" type="textarea" :rows="5"></Input> -->
<files ref="refFile" :parms="parms" files /> <files ref="refFile" :parms="parms" files />
</FormItem> </FormItem>
<a href="#" @click="template" class="a-xiazai" v-if="templateId">下载模板</a> <a href="#" @click="template" class="a-xiazai" v-if="templateId"
>下载模板</a
>
</div> </div>
</Col> </Col>
<!-- <Col :span="12"> <!-- <Col :span="12">
...@@ -228,7 +230,9 @@ export default { ...@@ -228,7 +230,9 @@ export default {
return { return {
imgName: "", imgName: "",
avatorPath: "", avatorPath: "",
entity: {}, entity: {
workFlowIds: this.workFlowIds,
},
rules: { rules: {
name: [{ required: true, message: "必填", trigger: "blur" }], name: [{ required: true, message: "必填", trigger: "blur" }],
}, },
...@@ -242,7 +246,7 @@ export default { ...@@ -242,7 +246,7 @@ export default {
}, },
}; };
}, },
props: ["eid", "treeId", "templateId"], props: ["eid", "treeId", "workFlowIds", "templateId"],
mounted() { mounted() {
this.initFiled(); this.initFiled();
this.parms.eid = this.$u.guid(); this.parms.eid = this.$u.guid();
......
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