diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue index 605be9a05..70ba10bd6 100644 --- a/jero-web/src/components/CollectionType/index.vue +++ b/jero-web/src/components/CollectionType/index.vue @@ -280,6 +280,7 @@ export default { } .add_flex_item{ flex: 1; + margin-right: 10px; } .selectWid{ min-width: 150px; @@ -288,6 +289,6 @@ export default { min-width: 150px; } .add-width{ - width: 33%; + width: 30%; } diff --git a/jero-web/src/components/tableCollection/index.vue b/jero-web/src/components/tableCollection/index.vue index 6dd2c077e..d38a89d34 100644 --- a/jero-web/src/components/tableCollection/index.vue +++ b/jero-web/src/components/tableCollection/index.vue @@ -395,11 +395,12 @@ export default { console.log(pagination,filters,sorter,'iiiiiiiiiiiiiiiii') }, getTableListReset() { - console.log('清空') let params = { paramsManifestId: this.paramsManifest.id, + userTypes: this.LoginUserType, } this.loading = true + this.$emit('listReset', '') getAction(this.url.tableList, params).then((res) => { if (res.success) { this.dataSource = res.result diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index 1410988da..3a59d1ea8 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -67,22 +67,22 @@