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; })