This commit is contained in:
linfso 2025-06-25 03:38:54 +08:00
parent 6c6b89e5c4
commit 4abc6539db

View File

@ -474,11 +474,11 @@ export default {
this.$modal.msgSuccess("操作成功");
}).catch(() => {});
},
handleGenPayCode(row) {
async handleGenPayCode(row) {
// this.$modal.msgSuccess("暂不支持");
// const ids = row.id || this.ids;
let selItem=this.selectList[0];
let selItem=this.selectList[0];
if(selItem.paymentStatus == 1){
this.$modal.msgError("已支付,无需再支付");
return