Forráskód Böngészése

fix:标签激活时获取数据

ly 9 hónapja
szülő
commit
fafb5da94d
1 módosított fájl, 4 hozzáadás és 1 törlés
  1. 4 1
      src/views/business/service/once/index.vue

+ 4 - 1
src/views/business/service/once/index.vue

@@ -294,7 +294,10 @@ const queryParams = ref({
 const editStatus = {
   startMonth: false,
 };
-
+onActivated(() => {
+  // 你的逻辑
+  getList();
+});
 /***********************  方法区  ****************************/
 
 /** 查询company列表 */