MrShi
13 小时以前 ec9047869bd2642821d1dfc5bbd339313d910d66
admin/src/components/business/productConfiguration.vue
@@ -88,6 +88,9 @@
        for (const key in this.form) {
          this.form[key] = target[key]
        }
        if (this.form.price) {
          this.form.price = (Number(this.form.price) / 100).toFixed(2)
        }
      })
    },
    getComboLists () {