处理报错

parent 519a5b5e
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -161,9 +161,8 @@
<script setup>
import { ref, reactive } from "vue";
import { getjobListApi } from "@/api/postion.js";
import { getJobListApi } from "@/api/postion.js";
import { getTreeListApi, dictJobTypeApi, getBannerListApi } from "@/api/common.js";
import postionCard1 from "@/components/postionCard1/index.vue";
import { getEumData } from "@/utils/utils.js";
import evn from "@/utils/config.js";
/* 轮播 */
......@@ -344,7 +343,7 @@ const getListData = () => {
jobIdentityType: jobIdentityType || null,
orderBy: orderBy || 1
};
getjobListApi(data).then(res => {
getJobListApi(data).then(res => {
if (res.code == 200) {
positionListData.push(...res.data);
}
......
......@@ -185,10 +185,8 @@
</template>
<script setup>
import steps from "@/components/steps/index.vue";
import { ref, reactive } from "vue";
import dayjs from "dayjs";
import { getJobDetailApi, submitResumeApi } from "@/api/postion";
const partTimeJobData = ref({});
const recommendList = ref([]);
const stepViewData = ref(null);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment