Browse Source

feat(draw): api

gemercheung 1 năm trước cách đây
mục cha
commit
3307c5f2d2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
   }
 };