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 @@ + + + + +