|
@ -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() { |
|
|