|
|
@ -309,7 +309,7 @@ import { |
|
|
} from "@/api/xm/core/xmProjectState"; |
|
|
} from "@/api/xm/core/xmProjectState"; |
|
|
export default { |
|
|
export default { |
|
|
computed: { |
|
|
computed: { |
|
|
...mapGetters(["userInfo", "roles"]), |
|
|
|
|
|
|
|
|
...mapGetters(["userInfo", "roles", "xmIteration", "xmProduct"]), |
|
|
|
|
|
|
|
|
calcProjectStatusStep() { |
|
|
calcProjectStatusStep() { |
|
|
if (this.dicts["projectStatus"] && this.selProject) { |
|
|
if (this.dicts["projectStatus"] && this.selProject) { |
|
|
@ -326,7 +326,7 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
props: ["visible", "xmIteration", "xmProduct"], |
|
|
|
|
|
|
|
|
props: ["visible"], |
|
|
watch: { |
|
|
watch: { |
|
|
visible: function (visible) { |
|
|
visible: function (visible) { |
|
|
if (visible == true) { |
|
|
if (visible == true) { |
|
|
|