From 213b9794d9cadca524d81c9c57fe0649f53cc6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sun, 15 Jan 2023 22:35:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/core/xmProject/XmProjectForLinkComplex.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue b/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue index 39d03e9b..f82916e6 100644 --- a/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue +++ b/src/views/xm/core/xmProject/XmProjectForLinkComplex.vue @@ -309,7 +309,7 @@ import { } from "@/api/xm/core/xmProjectState"; export default { computed: { - ...mapGetters(["userInfo", "roles"]), + ...mapGetters(["userInfo", "roles", "xmIteration", "xmProduct"]), calcProjectStatusStep() { if (this.dicts["projectStatus"] && this.selProject) { @@ -326,7 +326,7 @@ export default { } }, }, - props: ["visible", "xmIteration", "xmProduct"], + props: ["visible"], watch: { visible: function (visible) { if (visible == true) {