Commit e6203135 authored by 仇晓婷's avatar 仇晓婷

dd

parent 3346016b
...@@ -240,7 +240,7 @@ export default { ...@@ -240,7 +240,7 @@ export default {
categoryId: this.treeId, categoryId: this.treeId,
img: "", img: "",
code: "", code: "",
workFlowIds: this.workFlowIds, schemaId: this.workFlowIds,
// title: "", // title: "",
// field: "", // field: "",
// dataType: null, // dataType: null,
......
...@@ -231,7 +231,7 @@ export default { ...@@ -231,7 +231,7 @@ export default {
imgName: "", imgName: "",
avatorPath: "", avatorPath: "",
entity: { entity: {
workFlowIds: this.workFlowIds, schemaId: this.workFlowIds,
}, },
rules: { rules: {
name: [{ required: true, message: "必填", trigger: "blur" }], name: [{ required: true, message: "必填", trigger: "blur" }],
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
   
<a <a
@click="sub(row.id)" @click="sub(row.id)"
v-if="row.status == 1 && row.workFlowIds" v-if="row.status == 1 && row.schemaId"
> >
<Icon type="md-color-wand" />送审 <Icon type="md-color-wand" />送审
</a> </a>
...@@ -230,7 +230,7 @@ export default { ...@@ -230,7 +230,7 @@ export default {
attrs: { oprate: "detail" }, attrs: { oprate: "detail" },
on: { click: () => this.sub(params.row.id) }, on: { click: () => this.sub(params.row.id) },
}, },
params.row.status == 1 && params.row.workFlowIds ? "送审" : "" params.row.status == 1 && params.row.schemaId ? "送审" : ""
), ),
]); ]);
}, },
......
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