Commit 4d057913 authored by renjintao's avatar renjintao

projectTaskTree

parent c9950444
...@@ -95,7 +95,7 @@ export default { ...@@ -95,7 +95,7 @@ export default {
h("state", { h("state", {
props: { props: {
code: "mes.project_plan.Status", code: "mes.project_plan.Status",
type: "text", type: "tag",
value: data.status value: data.status
} }
}), }),
......
...@@ -157,7 +157,7 @@ export default { ...@@ -157,7 +157,7 @@ export default {
this.$refs.grid.reload(this.easySearch) this.$refs.grid.reload(this.easySearch)
}, },
add() { add() {
this.curId = 0; this.curId = this.eid;
this.title = "新增"; this.title = "新增";
this.detail = () => import('./add') this.detail = () => import('./add')
this.modal = true; this.modal = true;
......
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