Browse Source

抽检记录接口修改

duy 1 year ago
parent
commit
6fcc91d420

+ 8 - 0
src/api/modules/initial/initial.js

@@ -114,6 +114,14 @@ export default {
             params: form,
         }, msg)
     },
+        //在线验收-抽检意见记录汇总:
+        async getUserInspectInfo2(form, msg = true) {
+            return httpApi({
+                url: '/api/blade-archive/archivesauto/getUserInspectInfo2',
+                method: 'get',
+                params: form,
+            }, msg)
+        },
     //在线验收-项目抽检统计
     async projectInspectStat(form, msg = true) {
         return httpApi({

+ 1 - 1
src/views/transfer/components/conclusion/table-opinion.vue

@@ -45,7 +45,7 @@ const tableData = ref([])
 const tableLoading = ref(false)
 const getTableData = async () => {
         tableLoading.value = true
-        const { error, code, data } = await initialgApi.getUserInspectInfo({
+        const { error, code, data } = await initialgApi.getUserInspectInfo2({
             current:1,
             size:10000,
             projectId: projectId.value,