mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
去修改
This commit is contained in:
@@ -258,11 +258,11 @@
|
||||
<div class="remModal">
|
||||
<div class="remModal-words">
|
||||
<div>您已选择案例:<span class="wordsColor">{{ id.length }}</span> 篇</div>
|
||||
<div class="wordsColor">去修改>></div>
|
||||
<div class="wordsColor" @click="edit('article')">去修改>></div>
|
||||
</div>
|
||||
<div class="remModal-words" style="margin-bottom: 30px;">
|
||||
<div>您已选择学员:<span class="wordsColor">1111</span> 人</div>
|
||||
<div class="wordsColor">去修改>></div>
|
||||
<div class="wordsColor" @click="edit()">去修改>></div>
|
||||
</div>
|
||||
<a-form ref="formRef" :model="formState" :rules="rules" :label-col="{ span: 5 }">
|
||||
<a-form-item label="推荐组织:" name="name">
|
||||
@@ -576,6 +576,14 @@ const orgRowSelection = computed(() => ({
|
||||
onChange: onOrgSelectChange,
|
||||
preserveSelectedRowKeys: true,
|
||||
}));
|
||||
// 去修改
|
||||
const edit = (type) => {
|
||||
if (type == 'article') {
|
||||
visiable.value = false;
|
||||
}
|
||||
state.recBtnvisible = false
|
||||
}
|
||||
|
||||
|
||||
const closeDrawer = () => {
|
||||
deleteDepSelect();
|
||||
|
||||
Reference in New Issue
Block a user