瀏覽代碼

fix:预算函编辑分类回显

snow 1 年之前
父節點
當前提交
cd347f6de0
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/components/search/src/sort.vue

+ 1 - 2
src/components/search/src/sort.vue

@@ -127,8 +127,7 @@ export default {
       list3[index3].leaf = true
       list3[index3].leaf = true
       this.options = list
       this.options = list
 
 
-      console.log(JSON.parse(JSON.stringify(this.options)))
-      this.$emit('handleChange',_v.slice(1))
+      this.$emit('handleChange',_v.slice(1).map(v => Number(v)))
     }
     }
   }
   }
 }
 }