wenhongquan 3 anni fa
parent
commit
35d1426597
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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);
+           
           });