zhangjie 1 ano atrás
pai
commit
e31d3c735d

+ 1 - 1
src/views/service-unit/service-unit-manage/range-manage/add-range-dialog.vue

@@ -116,6 +116,7 @@ const fields = ref([
     type: 'select',
     labelWidth: 80,
     colSpan: 5,
+    options: dictToOptionList(CUSTOMER_TYPE),
     attrs: {
       clearable: true,
     },
@@ -125,7 +126,6 @@ const fields = ref([
     label: '客户名称',
     labelWidth: 80,
     colSpan: 5,
-    options: dictToOptionList(CUSTOMER_TYPE),
     attrs: {
       clearable: true,
     },