|
@@ -128,7 +128,6 @@ export default {
|
|
|
handlerNextStep () {
|
|
|
if (this.paramsData) {
|
|
|
this[!this.isTotalFlag ? 'openImportModal' : 'openTotalImportModal'] = true
|
|
|
- this.openImportModal = true
|
|
|
} else {
|
|
|
this.$message.warning('添加文件后再进行下一步操作!')
|
|
|
}
|
|
@@ -152,6 +151,7 @@ export default {
|
|
|
// 关闭
|
|
|
handleClose () {
|
|
|
this.openImportModal = false
|
|
|
+ this.openTotalImportModal = false
|
|
|
this.isShow = false
|
|
|
}
|
|
|
},
|