diff --git a/src/views/emis/emisSettleBill/CustSettleBillQueryList.vue b/src/views/emis/emisSettleBill/CustSettleBillQueryList.vue index 58b211bc..68deb4a4 100644 --- a/src/views/emis/emisSettleBill/CustSettleBillQueryList.vue +++ b/src/views/emis/emisSettleBill/CustSettleBillQueryList.vue @@ -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