ソースを参照

fix:标签激活时获取数据

ly 9 ヶ月 前
コミット
fafb5da94d
1 ファイル変更4 行追加1 行削除
  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列表 */