马宇豪
2024-11-15 d8b570430066fae42d6884671cef541fc820de1c
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: "",
@@ -100,7 +100,7 @@
const formRef = ref()
  onMounted(()=>{
    getList()
    // getList()
  })
    /** 查询岗位列表 */
  const getList = async()=> {