snow 2 år sedan
förälder
incheckning
778b596afa

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
dist/static/js/0.js


+ 2 - 2
src/views/sellOut/zixunOrder/components/addEditGoodModal.vue

@@ -771,7 +771,7 @@ export default {
     },
     },
     // 商品分类选择
     // 商品分类选择
     async goods_class_change(e) {
     async goods_class_change(e) {
-      const { code, pid, id, label, item } = e
+      const { is_gold, id, label, item } = e
 
 
       if (label) {
       if (label) {
         this.cat_labels = label.split('_')
         this.cat_labels = label.split('_')
@@ -781,7 +781,7 @@ export default {
       this.ruleForm.cat_id_name = label || ''
       this.ruleForm.cat_id_name = label || ''
       this.ruleForm.cat_arr_id = item
       this.ruleForm.cat_arr_id = item
       this.$refs.ruleForm.validateField('cat_id')
       this.$refs.ruleForm.validateField('cat_id')
-      this.is_noble = pid + '' === '6'
+      this.is_noble = is_gold
       await this.set_must_spec()
       await this.set_must_spec()
       // 修改
       // 修改
     },
     },

Vissa filer visades inte eftersom för många filer har ändrats