马宇豪
2024-11-15 d8b570430066fae42d6884671cef541fc820de1c
src/views/safetyReview/expertManage/evaluateRecord/index.vue
@@ -104,8 +104,8 @@
const { showSearch,total, expertTypes,expertList,queryParams,classiFy,searchTime} = toRefs(data);
const evaluateFormRef = ref()
onMounted(()=>{
  getList()
  getTypes()
  // getList()
  // getTypes()
})
onUnmounted(()=>{
@@ -175,7 +175,8 @@
  loading.value = false;
}
const openDialog = (type, value) => {
const openDialog = async (type, value) => {
  console.log(evaluateFormRef.value,666)
  evaluateFormRef.value.openDialog(type, value)
}