xiangpei
2024-03-05 28c12d92c6844cdb5a8aa5079ce601674ea21a5f
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;
      })