处理报错

parent 519a5b5e
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -161,9 +161,8 @@ ...@@ -161,9 +161,8 @@
<script setup> <script setup>
import { ref, reactive } from "vue"; 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 { getTreeListApi, dictJobTypeApi, getBannerListApi } from "@/api/common.js";
import postionCard1 from "@/components/postionCard1/index.vue";
import { getEumData } from "@/utils/utils.js"; import { getEumData } from "@/utils/utils.js";
import evn from "@/utils/config.js"; import evn from "@/utils/config.js";
/* 轮播 */ /* 轮播 */
...@@ -344,7 +343,7 @@ const getListData = () => { ...@@ -344,7 +343,7 @@ const getListData = () => {
jobIdentityType: jobIdentityType || null, jobIdentityType: jobIdentityType || null,
orderBy: orderBy || 1 orderBy: orderBy || 1
}; };
getjobListApi(data).then(res => { getJobListApi(data).then(res => {
if (res.code == 200) { if (res.code == 200) {
positionListData.push(...res.data); positionListData.push(...res.data);
} }
......
...@@ -185,10 +185,8 @@ ...@@ -185,10 +185,8 @@
</template> </template>
<script setup> <script setup>
import steps from "@/components/steps/index.vue";
import { ref, reactive } from "vue"; import { ref, reactive } from "vue";
import dayjs from "dayjs"; import dayjs from "dayjs";
import { getJobDetailApi, submitResumeApi } from "@/api/postion";
const partTimeJobData = ref({}); const partTimeJobData = ref({});
const recommendList = ref([]); const recommendList = ref([]);
const stepViewData = ref(null); 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