@@ -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> |
@@ -142,7 +142,7 @@ | |||
title.value = '新增部门'; | |||
selectDisabled.value = false; | |||
} | |||
}) | |||
}, { immediate: true }) | |||
</script> | |||
<style> |
@@ -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; | |||
} | |||
@@ -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> | |||
@@ -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; | |||
} | |||
@@ -108,6 +108,7 @@ | |||
getData(); | |||
} | |||
const closeAdd = () => { | |||
openForm.value = false | |||
edit_record.value = null; | |||
} | |||