src/views/sales/refundForm/AddRefundFormDialog.vue
@@ -365,8 +365,6 @@ }, async getPaymentTypeList() { await getPaymentTypeList().then((res) => { console.log("支付方式") console.log(res.data) if (res.data.code === 200) { this.paymentTypeListOptions = res.data.data.data }