Parcourir la source

优化企业画像

hmm il y a 6 mois
Parent
commit
768eea5d7f

+ 2 - 0
src/views/riskPrevention/SafetyProductionManagement/BusinessPortraits.vue

@@ -156,11 +156,13 @@ const handleDelete = async (row) => {
 const handleedit = (row) => {
   BussinessEditState.eventId = row.id + "";
   BussinessEditState.show = true;
+  fetchWorkrData();
 };
 
 const handleCancel = () => {
   BussinessAddState.show = false;
   BussinessEditState.show =false;
+  fetchWorkrData();
 };
 
 const fetchWorkrData = () => {