From 6ff145c20e4ccf3a3e5cdf04a44a6d0e9029ecde Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BC=A0=E5=90=8C=E6=B5=B7?= <963808678@qq.com>
Date: Tue, 25 Apr 2023 16:20:28 +0800
Subject: [PATCH] 4/25
---
src/api/modular/main/CommondbCodeIssueTypeList.js | 2 +-
src/views/main/CommondbCodeIssueTypeList/index.vue | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/api/modular/main/CommondbCodeIssueTypeList.js b/src/api/modular/main/CommondbCodeIssueTypeList.js
index 1046911..ad3344f 100644
--- a/src/api/modular/main/CommondbCodeIssueTypeList.js
+++ b/src/api/modular/main/CommondbCodeIssueTypeList.js
@@ -14,7 +14,7 @@ export function CommondbList(parameter) {
}
export function CommondbPageList(parameter) {
return axios({
- url: '/commondb/mappingIssueTypelist',
+ url: '/commondbpage/mappingIssueTypelist',
method: 'get',
params: parameter
})
diff --git a/src/views/main/CommondbCodeIssueTypeList/index.vue b/src/views/main/CommondbCodeIssueTypeList/index.vue
index fb6626c..b7e4d2f 100644
--- a/src/views/main/CommondbCodeIssueTypeList/index.vue
+++ b/src/views/main/CommondbCodeIssueTypeList/index.vue
@@ -75,14 +75,14 @@
-
+
@@ -185,7 +185,7 @@ export default {
this.loading = true
CommondbPageList(this.queryParam).then(res => {
if (res.code == 200) {
- this.loadData = res.data
+ this.loadData = res.data.items
this.queryParam.totalCount = res.data.totalCount
} else {
this.loadData = []