+
@@ -36,10 +36,10 @@
- 下载模版
+
- 导出
+ 导出Excel
- 点击上传
+ 点击上传CRM邀约名单
@@ -88,6 +88,12 @@
+
+
+ 否
+ 是
+
+
@@ -251,13 +257,22 @@ export default {
})
},
uploadHandleChange(file, fileList) {
- let params = { isUploadFile: true, file_type: 'selform_registration_record', file: file.raw }
+ let params = {
+ isUploadFile: true,
+ file_type: 'selform_registration_crm_match',
+ should_queue: 0,
+ file: file.raw
+ }
handleUploadFile(params).then((response) => {
this.$message({
type: 'success',
- message: '上传成功,等待处理'
+ message: '上传成功,等待处理,请稍后手动刷新列表查看。',
+ duration: 3000
})
- this.$router.push({ path: this.matchHidePage('editor') })
+ setTimeout(() => {
+ this.fetchList()
+ }, 1500)
+ // this.$router.push({ path: this.matchHidePage('editor') })
})
},
editorLog() {