修复主包内容
This commit is contained in:
@@ -161,30 +161,30 @@
|
||||
import ImageUpload from '/packageRc/components/ImageUpload'
|
||||
import {
|
||||
requirementCompletion
|
||||
} from '@/apiRc/company'
|
||||
} from '@/packageRc/apiRc/company'
|
||||
import {
|
||||
listJobService,
|
||||
delJobService
|
||||
} from '@/apiRc/needs/jobService'
|
||||
} from '@/packageRc/apiRc/needs/jobService'
|
||||
import {
|
||||
listAssistService,
|
||||
delAssistService,
|
||||
finishAssistService
|
||||
} from '@/apiRc/needs/assistService'
|
||||
} from '@/packageRc/apiRc/needs/assistService'
|
||||
import {
|
||||
listEntrepreneurshipService,
|
||||
delEntrepreneurshipService,
|
||||
finishEntrepreneurshipService
|
||||
} from '@/apiRc/needs/entrepreneurshipService'
|
||||
} from '@/packageRc/apiRc/needs/entrepreneurshipService'
|
||||
import {
|
||||
listTrainService,
|
||||
delTrainService
|
||||
} from '@/apiRc/needs/trainService'
|
||||
} from '@/packageRc/apiRc/needs/trainService'
|
||||
import {
|
||||
listOtherService,
|
||||
delOtherService,
|
||||
finishOtherService
|
||||
} from '@/apiRc/needs/otherService'
|
||||
} from '@/packageRc/apiRc/needs/otherService'
|
||||
import DealDone from './dealDone.vue'
|
||||
export default {
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user