@@ -1461,6 +1461,7 @@ const saveAcceptance = async () => {
const res2 = await BoilerAppointmentConfirmOrderApi.saveAcceptOrder(submitData)
if(res2) {
ElMessage.success('保存成功')
+ emitter.emit('refresh-list')
handleClose()
}
} catch (error) {
@@ -1624,6 +1624,7 @@ const saveAcceptance = async () => {
const res2 = await PipeAppointmentConfirmOrderApi.saveAcceptOrder(submitData)