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

dd

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