|
@@ -659,6 +659,7 @@ export default {
|
|
this.visible = false
|
|
this.visible = false
|
|
if (res.success) {
|
|
if (res.success) {
|
|
this.getadPaListClothes()
|
|
this.getadPaListClothes()
|
|
|
|
+ this.$message.success('导入成功')
|
|
}else{
|
|
}else{
|
|
this.$message.error(res.message);
|
|
this.$message.error(res.message);
|
|
}
|
|
}
|