wenhongquan 3 năm trước cách đây
mục cha
commit
35d1426597
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/views/IncidentManagementDetailLite/index.tsx

+ 5 - 1
src/views/IncidentManagementDetailLite/index.tsx

@@ -95,7 +95,11 @@ export default defineComponent({
             videosrclist.splice(0);
             imagessrclist.splice(0);
             form.value = { pic: [], video: [] };
-            store.getIncidentItem(store.incidentDetail.baseInfo?.id ?? '');
+            Toast.success("保存成功");
+            setTimeout(() => {
+               store.getIncidentItem(store.incidentDetail.baseInfo?.id ?? '');
+            }, 1000);
+           
           });