祖安之光
2025-06-27 b609f77709c4646daf155341475ae14fc0c7943d
src/views/safetyReview/baseSet/expertsType/index.vue
@@ -81,7 +81,7 @@
import {ElMessage, ElMessageBox} from "element-plus"
import { Plus } from '@element-plus/icons-vue'
const state = reactive({
  loading: true,
  loading: false,
  total: 0,
  expertList: [],
  title: "",
@@ -103,7 +103,7 @@
    getList()
  })
    /** 查询岗位列表 */
  const getList = async()=> {
    const getList = async()=> {
      state.loading = true;
      const res = await getExpertTypes()
      if(res.code == 200){