Browse Source

no message

linwenxin 1 year ago
parent
commit
36e55ae91d
1 changed files with 2 additions and 0 deletions
  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',
           "status": 'ON',
           "typeAttribute": this.item?.typeAttribute,
           "typeAttribute": this.item?.typeAttribute,
           "remark": "",
           "remark": "",
+          "maxPrice":"",
+          "minPrice":"",
           isRowEdit: true
           isRowEdit: true
         },
         },
         ...list.map(item => ({ ...item, isRowEdit: false }))
         ...list.map(item => ({ ...item, isRowEdit: false }))