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