+
+
+
+
+
+
+
+
+ 查询
+
+
+
+ 清空
+
+
+
+
+
+
+
加载中...
{
- res.data.forEach((item)=>{
+ res.data.records.forEach((item)=>{
var idList = []
var NameList = ''
item.roles.forEach((items)=>{
@@ -242,7 +298,9 @@
item.idList = idList
item.NameList = NameList
})
- this.data = res.data
+ // this.data = res.data
+ this.data = res.data.records
+ this.total = res.data.total
})
},
addModal () { // 点击新增按钮
@@ -317,7 +375,7 @@
#post-manage {
height: 100%;
.content {
- height: calc(~'100% - 53px')
+ height: calc(~'100% - 105px - 56px')
}
.filter-tree {
height: calc(~'100% - 50px')
From 303836eac5fdaa6bb1bf3e6d8571632f0004ca2d Mon Sep 17 00:00:00 2001
From: "zhaokaiyao@91isoft.com" <6922339zky>
Date: Tue, 7 Sep 2021 14:27:42 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E4=BC=81=E6=A0=87=E7=BC=96=E5=8F=B7?=
=?UTF-8?q?=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/EnterpriseStandardDatabase.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
index be621f770..28287653c 100644
--- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
+++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue
@@ -433,7 +433,7 @@
label="企标编号"
prop="standCode"
label-width="150px"
- class="add-form-item form-item-disabled"
+ class="add-form-item"
>