Commit 4d057913 authored by renjintao's avatar renjintao

projectTaskTree

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