소스 검색

Merge branch 'stable' of http://39.98.153.250:9080/yudao/yudao-admin-yiqun into stable

xuzhancheng 3 일 전
부모
커밋
2f3ee83912
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      yudao-ui-admin-vue3/src/views/pressure2/boilerchecker/BoilerAuditInspectionCommentsNotice.vue

+ 1 - 0
yudao-ui-admin-vue3/src/views/pressure2/boilerchecker/BoilerAuditInspectionCommentsNotice.vue

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