|
@@ -2091,7 +2091,7 @@ export default {
|
|
|
this.dataPolicy = res.data.list? res.data.list: [];
|
|
|
} else {
|
|
|
this.dataPolicy = res.data.list? res.data.list: [];
|
|
|
- this.$message.error(res.data.message);
|
|
|
+ this.$message.error('导入失败,商品编码有:' + res.data.message);
|
|
|
}
|
|
|
},
|
|
|
uploadError(err, file, fileList) {
|
|
@@ -3552,14 +3552,14 @@ export default {
|
|
|
checkFlag: 3
|
|
|
}
|
|
|
this.pageLoading = true
|
|
|
- this.saveLoading = false
|
|
|
+ this.saveLoading = true
|
|
|
pleaseCheck(data).then(res => {
|
|
|
this.$message.success('请核成功')
|
|
|
this.saveActives = ''
|
|
|
this.queryData(this.form.id)
|
|
|
}).finally(() => {
|
|
|
this.pageLoading = false
|
|
|
- this.saveLoading = true
|
|
|
+ this.saveLoading = false
|
|
|
})
|
|
|
}
|
|
|
},
|