@@ -364,6 +364,7 @@ const searchFormData = ref<any>({
const filterStatus = ref('100') // 默认选中审核中
// 获取检验意见通知书审核列表
const fetchInspectionCommentsAuditList = async () => {
+ inspectionCommentsList.value = []
// TODO: 在这里获取审核列表数据
const params = {
pageNo: pageNo.value,