md
This commit is contained in:
parent
6c6b89e5c4
commit
4abc6539db
@ -474,11 +474,11 @@ export default {
|
|||||||
this.$modal.msgSuccess("操作成功");
|
this.$modal.msgSuccess("操作成功");
|
||||||
}).catch(() => {});
|
}).catch(() => {});
|
||||||
},
|
},
|
||||||
handleGenPayCode(row) {
|
async handleGenPayCode(row) {
|
||||||
// this.$modal.msgSuccess("暂不支持");
|
// this.$modal.msgSuccess("暂不支持");
|
||||||
// const ids = row.id || this.ids;
|
// const ids = row.id || this.ids;
|
||||||
|
|
||||||
let selItem=this.selectList[0];
|
let selItem=this.selectList[0];
|
||||||
if(selItem.paymentStatus == 1){
|
if(selItem.paymentStatus == 1){
|
||||||
this.$modal.msgError("已支付,无需再支付");
|
this.$modal.msgError("已支付,无需再支付");
|
||||||
return
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user