修复主包内容

This commit is contained in:
冯辉
2025-11-07 18:38:01 +08:00
parent 270fd89371
commit 947c07bb35
76 changed files with 1883 additions and 167 deletions

View File

@@ -87,7 +87,7 @@
import { reactive, inject, watch, ref, onMounted, watchEffect, nextTick } from 'vue';
const { $api, navTo, vacanciesTo, formatTotal, config } = inject('globalFunction');
import { getPolicyList } from '@/apiRc/policy';
import { getPolicyList } from '@/packageRc/apiRc/policy';
let policyList = ref([])
function getPolicy() {
getPolicyList({pageNum: 1, pageSize: 10}).then(res => {