Browse Source

Merge branch 'dev-220228' into dev

shibei_master
13176889840 4 years ago
parent
commit
4134c8552a
  1. 4
      src/views/modules/communityParty/elegant/index.vue

4
src/views/modules/communityParty/elegant/index.vue

@ -226,7 +226,7 @@ export default {
data() { data() {
return { return {
uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2', uploadUlr: window.SITE_CONFIG['apiURL'] + '/oss/file/uploadqrcodeV2',
importBtnTitle: '导入人员数据', importBtnTitle: '导入数据',
importLoading: false, importLoading: false,
exportBtn: false, exportBtn: false,
exportBtnTitle: '导出', exportBtnTitle: '导出',
@ -424,7 +424,7 @@ export default {
// this.$message.error('') // this.$message.error('')
// }) // })
this.importLoading = false this.importLoading = false
this.importBtnTitle = '导入人员数据' this.importBtnTitle = '导入数据'
this.$refs.upload.clearFiles() this.$refs.upload.clearFiles()
}, },
async handleExport() { async handleExport() {

Loading…
Cancel
Save