From 63586d0560d72ff0a9261cce83b3bfc132708a3e Mon Sep 17 00:00:00 2001 From: DouDou <877258667@qq.com> Date: Fri, 6 Sep 2024 15:52:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=85=B7=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/tooling/components/com_tool_info_add_update.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/modules/tooling/components/com_tool_info_add_update.vue b/src/views/modules/tooling/components/com_tool_info_add_update.vue index 1aeac9f..41b3cd3 100644 --- a/src/views/modules/tooling/components/com_tool_info_add_update.vue +++ b/src/views/modules/tooling/components/com_tool_info_add_update.vue @@ -93,7 +93,7 @@ - + @@ -279,6 +279,7 @@ export default { this.visible = true; //判断是否是新增 if(addFlag){ + this.pageData.site = this.$store.state.user.site; this.titleCon = '工具新增'; this.pageData.toolId = ''; this.pageData.toolType = '';