ZhangXianQiang
2024-03-06 96cddff5adfbb486f222661193e57087b31f03d1
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;
      })