yangfeng
2023-08-17 30198d2cac12b753b1bc3a4bb6e696cf57f5f39c
src/views/sales/refundForm/AddRefundFormDialog.vue
@@ -291,7 +291,7 @@
      refundMethodOptions: [], // 付款方式
      accountOptions: [], // 账户
      isInvoiceOptions: ["是", "否"], // 是否开票
      currencyOptions: [], // 币种
      currencyOptions: [{ id: 1, name: "人民币" }], // 币种
      approvalWorkflowOptions: [], // 审批流程
      productTableList: {},
      showSummary: {
@@ -321,7 +321,7 @@
          this.refundMethodOptions = res.data.refundMethod
          this.accountOptions = res.data.accountId
          // this.isInvoiceOptions = res.data.isInvoice
          this.currencyOptions = res.data.currency
          // this.currencyOptions = res.data.currency
        })
        .catch((err) => {
          console.log(err)