lcmxs hai 1 ano
pai
achega
105be8f7f3
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      src/views/system/dept/index.vue

+ 4 - 4
src/views/system/dept/index.vue

@@ -179,16 +179,16 @@ export default {
   data() {
     return {
       options: [{
-        value: '1',
+        value: 1,
         label: '一级单位(湾办)'
       }, {
-        value: '2',
+        value: 2,
         label: '二级单位(保税区)'
       }, {
-        value: '3',
+        value: 3,
         label: '三级单位(企业)'
       }, {
-        value: '4',
+        value: 4,
         label: '市级单位(地级市)'
       }
       ],