diff --git a/src/pages/config/pages/roleManage/index.vue b/src/pages/config/pages/roleManage/index.vue index 16ea6e2fd..35dd4fc35 100644 --- a/src/pages/config/pages/roleManage/index.vue +++ b/src/pages/config/pages/roleManage/index.vue @@ -538,6 +538,7 @@ export default { }) }, closeDialog() { + this.treeData2 = [] this.modalshowflag = false }, confirmDialog() { @@ -548,6 +549,7 @@ export default { if (res.ok) { this.$message.success('设置权限成功') this.modalshowflag = false + this.treeData2 = [] } }) }, diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index e32ff56f3..881324144 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -6,8 +6,8 @@ {{sarStandardsInfoEO.standCode}}-{{sarStandardsInfoEO.standYear}} 《{{sarStandardsInfoEO.standName}}》 企标详情 -
-
+
+
+
+
+
+ + + 更新记录 +
+
+
@@ -74,7 +79,7 @@

-

{{ sarStandardsInfoEO.standName || '-' }}

+

{{ sarStandardsInfoEO.standName || '-' }}

{{ sarStandardsInfoEO.standEnName || '-' }}

{{ sarStandardsInfoEO.issueTime || '-' }}

{{ sarStandardsInfoEO.putTime || '-' }}

+