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