Explorar el Código

fix: 调整消息

liaojiaxing hace 1 semana
padre
commit
179877cdc8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/excel/MindmapModal.vue

+ 1 - 1
src/pages/excel/MindmapModal.vue

@@ -376,7 +376,7 @@ const handleSave = () => {
         interfaceCode: 'Common.doSaveBOMAiImageData',
         model: data,
       },
-      (res: any) => {
+      () => {
         ElMessage.success(`保存成功!${hasAddData ? '存在新增数据,待审批后即可展示!' : ''}`);
         emit('refresh');
       }