From 488bb40845806c308b888288a9a45825a0a23699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Tue, 26 Sep 2023 17:58:58 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E8=B5=84=E6=96=99=E4=B8=AD=E5=BF=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mixins/JeroListMixin.js | 6 + .../domesticStandard/DomesticStandardList.vue | 3 +- .../overseasStandard/OverseasStandardList.vue | 2 + .../profileCenter/ProfileCenterList.vue | 306 ++++++++++++++++++ 4 files changed, 316 insertions(+), 1 deletion(-) create mode 100644 src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue diff --git a/src/mixins/JeroListMixin.js b/src/mixins/JeroListMixin.js index eaf78aba..316a734b 100644 --- a/src/mixins/JeroListMixin.js +++ b/src/mixins/JeroListMixin.js @@ -16,6 +16,12 @@ let importModalLoading export const JeroListMixin = { data () { return { + labelCol: { + span: 4 + }, + wrapperCol: { + span: 14 + }, /* 查询条件-请不要在queryParam中声明非字符串值的属性 */ queryParam: {}, /* 数据源 */ diff --git a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue index 7bbb3920..3b34af54 100644 --- a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue +++ b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue @@ -2,7 +2,6 @@
- @@ -378,6 +377,8 @@ export default { }) }, modalFormOk () { + this.selectedTreeKeys = [] + this.filters.nodeCode = null this.initTreeData() // 新增/修改 成功时,重载列表 this.loadData() diff --git a/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue b/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue index 02dca213..8ed3869e 100644 --- a/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue +++ b/src/views/standardRegulationLibrary/overseasStandard/OverseasStandardList.vue @@ -378,6 +378,8 @@ export default { }) }, modalFormOk () { + this.selectedTreeKeys = [] + this.filters.nodeCode = null this.initTreeData() // 新增/修改 成功时,重载列表 this.loadData() diff --git a/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue new file mode 100644 index 00000000..bca84f1b --- /dev/null +++ b/src/views/standardRegulationLibrary/profileCenter/ProfileCenterList.vue @@ -0,0 +1,306 @@ + + + + +