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

ee

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