Browse Source

BUG 修尬

master
Rui_Li 1 year ago
parent
commit
432092e832
  1. 2
      src/views/modules/tooling/components/com_tool_info_add_update.vue

2
src/views/modules/tooling/components/com_tool_info_add_update.vue

@ -327,7 +327,7 @@ export default {
this.visible = true; this.visible = true;
// //
if(addFlag){ if(addFlag){
this.pageData.site = toolInfo.site;
this.pageData.site = '';
this.titleCon = '工具新增'; this.titleCon = '工具新增';
this.pageData.toolId = ''; this.pageData.toolId = '';
this.pageData.toolType = ''; this.pageData.toolType = '';

Loading…
Cancel
Save