haoxuan
2023-10-16 a73b5878e0a043395736d63c8c2c8e9a8f56ab32
src/views/sales/refundForm/index.vue
@@ -237,7 +237,7 @@
    addBtnClick() {
      this.editConfig.visible = true
      this.editConfig.title = "新建"
      this.editConfig.infomation = { currency: "人民币" }
      this.editConfig.infomation = { currency: "人民币", ...this.addConfig }
    },
    // 编辑
    handleClick(row) {