jiangping
2025-02-28 69283b5a4559509187516355602e32e4bdac9d5d
admin/src/views/combo/components/Refund.vue
@@ -72,7 +72,8 @@
        comboReDetailPost({ orderId: id }).then(res => {
          if (res) {
            this.form = res
            this.form.backType = 0
            // this.form.backType = 0
            this.$set(this.form, 'backType', 0)
            this.form.orderId = id
          }
        })