Browse Source

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

sunruiqi 3 năm trước cách đây
mục cha
commit
59055be21e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'    // 子级字段名
                     }"