diff --git a/core/apps/AppAccount/AppAccount.vue b/core/apps/AppAccount/AppAccount.vue index adf68ec7..e2932a94 100644 --- a/core/apps/AppAccount/AppAccount.vue +++ b/core/apps/AppAccount/AppAccount.vue @@ -13,7 +13,7 @@ diff --git a/packages/2.0.5/AppVaccination/AppVaccination.vue b/packages/2.0.5/AppVaccination/AppVaccination.vue index 9f1d1ad2..255b333d 100644 --- a/packages/2.0.5/AppVaccination/AppVaccination.vue +++ b/packages/2.0.5/AppVaccination/AppVaccination.vue @@ -20,7 +20,8 @@ v-model="search.name" size="small" clearable - @change="page.current=1,getTableData()" + @clear="page.current = 1,search.name = '', getTableData()" + v-throttle="() => {page.current = 1, getTableData()}" suffix-icon="iconfont iconSearch"/> diff --git a/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue b/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue index bfeef42f..8a5dea4e 100644 --- a/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue +++ b/packages/3.0.0/AppMeetingChinaunion/AppMeetingChinaunion.vue @@ -43,7 +43,7 @@ diff --git a/packages/3.0.0/AppPartyHistoryClass/AppPartyHistoryClass.vue b/packages/3.0.0/AppPartyHistoryClass/AppPartyHistoryClass.vue index 4206cd26..b65c874b 100644 --- a/packages/3.0.0/AppPartyHistoryClass/AppPartyHistoryClass.vue +++ b/packages/3.0.0/AppPartyHistoryClass/AppPartyHistoryClass.vue @@ -16,7 +16,8 @@ size="small" placeholder="请输入课程主题" clearable - @change="search.current=1, getList()" + v-throttle="() => {search.current = 1, getList()}" + @clear="search.current=1, search.title = '', getList()" suffix-icon="iconfont iconSearch"> diff --git a/packages/meta/AppResident/listTpl.vue b/packages/meta/AppResident/listTpl.vue index 29b6dba2..09a57ada 100644 --- a/packages/meta/AppResident/listTpl.vue +++ b/packages/meta/AppResident/listTpl.vue @@ -87,7 +87,7 @@ size="small" v-model="search.con" placeholder="姓名/身份证/联系方式" - @keyup.enter.native="search.current = 1, refreshTable()" + v-throttle="() => {search.current = 1, refreshTable()}" @clear="search.current = 1, refreshTable()" clearable suffix-icon="iconfont iconSearch"/> diff --git a/packages/meta/AppVillageCadres/cadreFiles.vue b/packages/meta/AppVillageCadres/cadreFiles.vue index 0d3897eb..c3f3ffcd 100644 --- a/packages/meta/AppVillageCadres/cadreFiles.vue +++ b/packages/meta/AppVillageCadres/cadreFiles.vue @@ -75,7 +75,8 @@ placeholder="姓名/身份证号/联系方式" prefix-icon="iconfont iconSearch" clearable - @change="page.current=1,getTableData()" + @clear="page.current = 1,search.param = '', getTableData()" + v-throttle="() => {page.current = 1, getTableData()}" /> diff --git a/packages/wechat/AppAddressBook/components/List.vue b/packages/wechat/AppAddressBook/components/List.vue index bfa34ad4..c8dc8f0d 100644 --- a/packages/wechat/AppAddressBook/components/List.vue +++ b/packages/wechat/AppAddressBook/components/List.vue @@ -15,6 +15,7 @@ size="mini" placeholder="请输入部门名称" v-model="unitName" + clearable suffix-icon="iconfont iconSearch"> diff --git a/packages/wechat/AppCarousel/AppCarousel.vue b/packages/wechat/AppCarousel/AppCarousel.vue index 9003115f..3c53a0ce 100644 --- a/packages/wechat/AppCarousel/AppCarousel.vue +++ b/packages/wechat/AppCarousel/AppCarousel.vue @@ -51,8 +51,8 @@ - - + + @@ -74,13 +74,13 @@ - + {{ dialogInfo.title }} - + {{ this.dict.getLabel('bannerType', dialogInfo.type) }} - + {{ dialogInfo.linkUrl }} @@ -135,7 +135,7 @@ export default { // fileList: '', formRules: { imgUrl: [{required: true, message: '请添加图片', trigger: 'blur'}], - title: [{required: true, message: '请输入活动名称', trigger: 'blur'}], + title: [{required: true, message: '请输入标题', trigger: 'blur'}], type: [{required: true, trigger: 'blur'}], // linkUrl: [{ required: true, message: '请输入链接', trigger: 'blur' }] }, @@ -143,7 +143,7 @@ export default { {prop: 'imgUrl', label: '首页封面', slot: 'imgUrl'}, { prop: 'title', - label: '活动名称', + label: '标题', 'show-overflow-tooltip': true, }, diff --git a/packages/wechat/AppDispatchManagement/components/List.vue b/packages/wechat/AppDispatchManagement/components/List.vue index 27337adf..540a25e2 100644 --- a/packages/wechat/AppDispatchManagement/components/List.vue +++ b/packages/wechat/AppDispatchManagement/components/List.vue @@ -55,8 +55,9 @@ @@ -192,7 +193,7 @@ export default { ]; }, }, - mounted() { + created() { this.dict.load('officialDocumentName', 'officialDocumentConfidentialityLevel', 'officialDocumentReadType', 'documentStatus').then(() => { this.$nextTick(() => this.getList()) }) diff --git a/packages/wechat/AppWhereabouts/AppWhereabouts.vue b/packages/wechat/AppWhereabouts/AppWhereabouts.vue index aef4d9f6..5421efb5 100644 --- a/packages/wechat/AppWhereabouts/AppWhereabouts.vue +++ b/packages/wechat/AppWhereabouts/AppWhereabouts.vue @@ -25,7 +25,8 @@ diff --git a/project/oms/apps/AppLicense/AppLicense.vue b/project/oms/apps/AppLicense/AppLicense.vue index 1dbf6c4e..db1d1e23 100644 --- a/project/oms/apps/AppLicense/AppLicense.vue +++ b/project/oms/apps/AppLicense/AppLicense.vue @@ -9,7 +9,8 @@ diff --git a/project/shandong10086/apps/shandong/monitor/AppMonitorDevice/AppMonitorDevice.vue b/project/shandong10086/apps/shandong/monitor/AppMonitorDevice/AppMonitorDevice.vue index 4ebaa8bd..fd9b7e78 100644 --- a/project/shandong10086/apps/shandong/monitor/AppMonitorDevice/AppMonitorDevice.vue +++ b/project/shandong10086/apps/shandong/monitor/AppMonitorDevice/AppMonitorDevice.vue @@ -5,10 +5,11 @@