main
鹿和sa0ChunLuyu 3 days ago
parent 151ebb810f
commit bd872eac2a

@ -52,6 +52,7 @@ public function GetEntrustInfo(){
"RISRAcceptDeptCode", "RISRAcceptDeptCode",
"reservation_date", "reservation_date",
's_period.period_begin_time as reservation_time', 's_period.period_begin_time as reservation_time',
's_period.period_end_time as reservation_end_time',
"canel_time as cancel_time", "canel_time as cancel_time",
"warddesc", "warddesc",
"wardcode", "wardcode",

@ -669,6 +669,8 @@ let TanChuangMsgDialogVisible=ref(false)
return false; return false;
} }
planLoading.value = true planLoading.value = true
//
const selectedSnapshot = [...selectedEntrustId.value].sort().join(',')
GetEnablePlan({ GetEnablePlan({
regnum: props.reg_num, regnum: props.reg_num,
entrustid: selectedEntrustId.value, entrustid: selectedEntrustId.value,
@ -679,6 +681,9 @@ let TanChuangMsgDialogVisible=ref(false)
do_user: props.do_user do_user: props.do_user
}).then(res => { }).then(res => {
planLoading.value = false planLoading.value = false
//
const currentSnapshot = [...selectedEntrustId.value].sort().join(',')
if (selectedSnapshot !== currentSnapshot) return
planTableData.value = [] planTableData.value = []
zhenShiList.value=[] zhenShiList.value=[]
if (res.status) { if (res.status) {

Loading…
Cancel
Save