소스 검색

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 }))