|
@@ -439,7 +439,7 @@ export default {
|
|
|
this.uploadInfo = '导入中...';
|
|
|
api.importExcelDataVerify(formData, header).then(res => {
|
|
|
if (res.data.code === '00020001') {
|
|
|
- this.$confirm(`${res.data.msg}`, '提示1', {
|
|
|
+ this.$confirm(`${res.data.msg}`, '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|