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