更新
This commit is contained in:
parent
b46fd9b9b3
commit
a27d58d779
@ -96,10 +96,8 @@
|
|||||||
>
|
>
|
||||||
<template #service_period="{ record }">
|
<template #service_period="{ record }">
|
||||||
<a-select
|
<a-select
|
||||||
|
|
||||||
v-model="record.service_period"
|
v-model="record.service_period"
|
||||||
placeholder="请选择周期"
|
placeholder="请选择周期"
|
||||||
|
|
||||||
>
|
>
|
||||||
<a-option :key="30" :value="30" label="30" :disabled="selectData.includes(30)">30 </a-option>
|
<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>
|
<a-option :key="90" :value="90" label="90" :disabled="selectData.includes(90)">90 </a-option>
|
||||||
@ -362,7 +360,7 @@ const handleSubmit = () => {
|
|||||||
props.id
|
props.id
|
||||||
? proxy.$message.success('修改成功')
|
? proxy.$message.success('修改成功')
|
||||||
: proxy.$message.success('添加成功');
|
: proxy.$message.success('添加成功');
|
||||||
//emits('freshList', '');
|
emits('freshList', '');
|
||||||
}
|
}
|
||||||
handleClose();
|
handleClose();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -82,7 +82,7 @@
|
|||||||
</template>
|
</template>
|
||||||
</a-table>
|
</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"
|
<a-modal v-model:visible="okVisible" :modal-style="{width:'320px'}" body-class="okmodal"
|
||||||
@cancel="()=>okVisible=false">
|
@cancel="()=>okVisible=false">
|
||||||
<template #title>
|
<template #title>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user