This commit is contained in:
zoujiandong 2024-06-14 10:20:17 +08:00
parent b46fd9b9b3
commit a27d58d779
2 changed files with 2 additions and 4 deletions

View File

@ -96,10 +96,8 @@
>
<template #service_period="{ record }">
<a-select
v-model="record.service_period"
placeholder="请选择周期"
>
<a-option :key="30" :value="30" label="30" :disabled="selectData.includes(30)">30 </a-option>
<a-option :key="90" :value="90" label="90" :disabled="selectData.includes(90)">90 </a-option>
@ -362,7 +360,7 @@ const handleSubmit = () => {
props.id
? proxy.$message.success('修改成功')
: proxy.$message.success('添加成功');
//emits('freshList', '');
emits('freshList', '');
}
handleClose();
} else {

View File

@ -82,7 +82,7 @@
</template>
</a-table>
<addVisitConfigModal ref="addChild" :modalVisible="modalVisible" :id="follow_package_id" :modalForm="modalForm" @freshList="getInquiryInfo(pager);" @healthVisibleChange="()=>{modalVisible=false;follow_package_id='';}"></addVisitConfigModal>
<addVisitConfigModal ref="addChild" :modalVisible="modalVisible" :id="follow_package_id" :modalForm="modalForm" @freshList="handleQuery" @healthVisibleChange="()=>{modalVisible=false;follow_package_id='';}"></addVisitConfigModal>
<a-modal v-model:visible="okVisible" :modal-style="{width:'320px'}" body-class="okmodal"
@cancel="()=>okVisible=false">
<template #title>