Browse Source

价格审核刷新统计

longmh 10 tháng trước cách đây
mục cha
commit
ece64039af
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/price/models/priceRepordCheck.vue

+ 1 - 0
src/views/price/models/priceRepordCheck.vue

@@ -175,6 +175,7 @@ const auditSubmit = async (params) => {
     if (!res || res.code !== 200) return;
     proxy?.$modal.msgSuccess('审核成功');
     getList();
+    getTabs();
 };
 
 onMounted(() => {