Explorar el Código

feat(draw): api

gemercheung hace 1 año
padre
commit
3307c5f2d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/view/case/photos/index.vue

+ 1 - 1
src/view/case/photos/index.vue

@@ -180,7 +180,7 @@ const handleSave = async () => {
       caseId: caseId.value,
       data: data,
     });
-    ElMessage.error("保存成功!");
+    ElMessage.success("保存成功!");
     console.log("res", res);
   }
 };