提交 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.getLists() this.$message({
message: '操作成功',
type: 'success'
});
setTimeout(()=>{
this.getLists()
},2000)
} }
}) })
} }
...@@ -506,14 +513,14 @@ ...@@ -506,14 +513,14 @@
// goodsType:'', // goodsType:'',
// pageNo:1, // pageNo:1,
// pageSize: 10, // pageSize: 10,
// }; // };
this.searchForm.goodsIdList = [] this.searchForm.goodsIdList = []
this.searchForm.goodsName = '' this.searchForm.goodsName = ''
this.searchForm.goodsType = '' this.searchForm.goodsType = ''
this.searchForm.pageNo = 1 this.searchForm.pageNo = 1
this.searchForm.pageSize = 10 this.searchForm.pageSize = 10
this.getLists(); this.getLists();
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册