Explorar o código

fix:预算函编辑分类回显

snow hai 1 ano
pai
achega
cd347f6de0
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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
       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)))
     }
   }
 }