提交 b0167293 编写于 作者: chendeli's avatar chendeli

批量上下架添加提示

上级 b9e5a949
...@@ -399,7 +399,14 @@ ...@@ -399,7 +399,14 @@
if(res.code == '000000'){ if(res.code == '000000'){
this.selectList = [] this.selectList = []
this.$refs.multipleTable.clearSelection(); this.$refs.multipleTable.clearSelection();
this.$message({
message: '操作成功',
type: 'success'
});
setTimeout(()=>{
this.getLists() this.getLists()
},2000)
} }
}) })
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册