fix: 修复

20240912_adapter
chenhc 6 months ago
parent 621ead1492
commit a9f023efee

@ -128,18 +128,18 @@ export default {
this.fifoSplitResult(response.data,info) this.fifoSplitResult(response.data,info)
}).catch(() => { }).catch(() => {
// false // false
info.needSplitConfirm = true info.skipSplitConfirm = true
// //
bizConfirm(info).then((response) => { bizConfirm(info).then((response) => {
if (response.code === 20000) { if (response.code === 20000) {
this.getPrescribeDetail(this) this.getPrescribeDetail(this)
this.$message.success("操作成功!");
return return
} else { } else {
this.$message.error(response.message) this.$message.error(response.message)
} }
}) })
}); });
} }
this.getPrescribeDetail(this) this.getPrescribeDetail(this)
} else { } else {

Loading…
Cancel
Save