浏览代码

优化企业画像

hmm 6 月之前
父节点
当前提交
768eea5d7f
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/riskPrevention/SafetyProductionManagement/BusinessPortraits.vue

+ 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 = () => {