Explorar o código

feat(draw): api

gemercheung hai 1 ano
pai
achega
f7de563634
Modificáronse 1 ficheiros con 1 adicións e 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);
   }
 };