Explorar el Código

feat(draw): api

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

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

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