linwenxin 1 år sedan
förälder
incheckning
36e55ae91d
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/views/setting/tradeInConfig/pages/categoryAllocation.vue

+ 2 - 0
src/views/setting/tradeInConfig/pages/categoryAllocation.vue

@@ -179,6 +179,8 @@ export default {
           "status": 'ON',
           "typeAttribute": this.item?.typeAttribute,
           "remark": "",
+          "maxPrice":"",
+          "minPrice":"",
           isRowEdit: true
         },
         ...list.map(item => ({ ...item, isRowEdit: false }))