This commit is contained in:
linfso 2025-06-25 05:13:36 +08:00
parent 0dab6c3bfa
commit eb6c1a8c03
2 changed files with 1 additions and 5 deletions

View File

@ -347,9 +347,7 @@ export default {
}).catch(() => {}); }).catch(() => {});
}, },
handleGenPayCode(row) { async handleGenPayCode(row) {
let selItem=this.selectList[0];
let selItem=this.selectList[0]; let selItem=this.selectList[0];
if(selItem.paymentStatus == 1){ if(selItem.paymentStatus == 1){
this.$modal.msgError("已支付,无需再支付"); this.$modal.msgError("已支付,无需再支付");

View File

@ -348,8 +348,6 @@ export default {
}, },
async handleGenPayCode(row) { async handleGenPayCode(row) {
let selItem=this.selectList[0];
let selItem=this.selectList[0]; let selItem=this.selectList[0];
if(selItem.paymentStatus == 1){ if(selItem.paymentStatus == 1){
this.$modal.msgError("已支付,无需再支付"); this.$modal.msgError("已支付,无需再支付");