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 = '';