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 4ddd6c0..ad4a98f 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 @@ -20,7 +20,7 @@ - + @@ -327,7 +327,7 @@ export default { this.visible = true; //判断是否是新增 if(addFlag){ - this.pageData.site = toolInfo.site; + this.pageData.site = ''; this.titleCon = '工具新增'; this.pageData.toolId = ''; this.pageData.toolType = '';