瀏覽代碼

no message

linwenxin 1 年之前
父節點
當前提交
36e55ae91d
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 }))