This commit is contained in:
zhoutianchi
2026-01-16 15:53:59 +08:00
parent cb74e79383
commit d1837e0a5f
2 changed files with 11 additions and 1 deletions

View File

@@ -270,6 +270,13 @@
<!-- 操作按钮 -->
<el-row>
<div class="mb15" style="width: 100%;">
<el-button
class="ml10"
type="primary"
icon="Plus"
v-if="permissions.recruit_send_img"
@click="handleAddData">新增
</el-button>
<el-button
type="warning"
plain
@@ -871,6 +878,9 @@ const handleFilter = () => {
}
// 获取数据列表
const handleAddData=()=>{
addOrUpdateRef.value?.init(null, '1')
}
// 新增 / 修改
const addOrUpdateHandle = (id?: string, type?: number) => {