修复主包内容

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

@@ -31,9 +31,9 @@
</template>
<script>
import {getPersonList} from '@/apiRc/needs/person'
import { listJobService } from "@/apiRc/needs/jobService";
import { listTrainService } from "@/apiRc/needs/trainService";
import {getPersonList} from '@/packageRc/apiRc/needs/person'
import { listJobService } from "@/packageRc/apiRc/needs/jobService";
import { listTrainService } from "@/packageRc/apiRc/needs/trainService";
export default {
props: {
choiceType: {