Explorar el Código

代码提交:
0819客户信息List地区筛选修改

sunruiqi hace 3 años
padre
commit
59055be21e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/modules/sys/workClient/WorkClientList.vue

+ 1 - 1
src/views/modules/sys/workClient/WorkClientList.vue

@@ -10,7 +10,7 @@
           <SelectTree
             ref="area"
             :props="{
-                      value: 'areaId',             // ID字段名
+                      value: 'id',             // ID字段名
                       label: 'name',         // 显示名称
                       children: 'children'    // 子级字段名
                     }"