Browse Source

deploy

master
Soleilw 1 year ago
parent
commit
cae1fc934d

dist/assets/index-D3g-JIv0.js
File diff suppressed because it is too large
View File


dist/assets/index-v0k2Mgv6.css
File diff suppressed because it is too large
View File


dist/assets/index.es-64c29574-qGl-jclO.js
File diff suppressed because it is too large
View File


+ 2
- 2
dist/index.html View File

@@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>菊城人才市场后台管理</title>
<script type="module" crossorigin src="/assets/index-cr91t7dU.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CoNp0n70.css">
<script type="module" crossorigin src="/assets/index-D3g-JIv0.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-v0k2Mgv6.css">
</head>
<body>
<div id="app"></div>

+ 1
- 1
src/views/company/department/add/add.vue View File

@@ -142,7 +142,7 @@
title.value = '新增部门';
selectDisabled.value = false;
}
})
}, { immediate: true })
</script>

<style>

+ 2
- 0
src/views/company/department/index.vue View File

@@ -95,6 +95,7 @@
// 编辑
let edit_record = ref<Object>(null)
const edit = (record : object) => {
openForm.value = true
edit_record.value = record;
showModal()
}
@@ -102,6 +103,7 @@
getData();
}
const closeAdd = () => {
openForm.value = false
edit_record.value = null;
}


+ 1
- 2
src/views/company/position/add/add.vue View File

@@ -555,7 +555,6 @@
}

watch(() => props.edit_record, (newVal1) => {
if (newVal1) {
PostCompanyJobInfo({ id: newVal1.id }).then(res => {
let resData = res.data;
@@ -586,7 +585,7 @@

})
}
})
}, { immediate: true })
</script>



+ 2
- 0
src/views/company/position/index.vue View File

@@ -98,6 +98,7 @@
// 编辑
let edit_record = ref<Object>(null)
const edit = (record : object) => {
openForm.value = true
edit_record.value = record;
showModal()
}
@@ -105,6 +106,7 @@
getData();
}
const closeAdd = () => {
openForm.value = false
edit_record.value = null;
}


+ 1
- 0
src/views/jobSeeker/resume/index.vue View File

@@ -108,6 +108,7 @@
getData();
}
const closeAdd = () => {
openForm.value = false
edit_record.value = null;
}


Loading…
Cancel
Save