src/views/hosp/order/index.vue
@@ -1619,7 +1619,6 @@ methods: { onPayTypeChange() { if (this.payType === "6" && this.form.tjType !== 3) { this.cannotSelectPayType = true; this.$message.warning("该付款类型在此体检类型下不允许选择!"); this.payType = this.dict.type.dict_pay_type[0]?.value || null;