fuliqi
2024-03-07 c3dcd74cee7cb20aa069c9c57eb2701141f26f1b
src/views/system/unit/people/index.vue
@@ -184,6 +184,7 @@
        ywPersonName: null,
        belongUnit: null,
      },
      // 运维单位
      unitList: [],
      // 表单参数
      form: {},
@@ -213,7 +214,7 @@
  },
  methods: {
    getUnitSelect() {
      // 下拉列表
      // 运维单位下拉列表
      unitSelect().then((res) => {
        this.unitList = res.data;
      })