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

重置操作数据展示

上级 6f5ee671
......@@ -315,7 +315,7 @@
//self.postData = JSON.stringify(req);
uploadExcel(req).then(res => {
if(res.code != '000000'){
return self.$message({
message: '上传失败,请重新上传!',
......@@ -500,14 +500,20 @@
},
resetForm() {
this.searchForm = {
goodsIdList:[],
goodsName:'',
goodsType:'',
pageNo:1,
pageSize: 10,
};
// this.searchForm = {
// goodsIdList:[],
// goodsName:'',
// goodsType:'',
// pageNo:1,
// pageSize: 10,
// };
this.searchForm.goodsIdList = []
this.searchForm.goodsName = ''
this.searchForm.goodsType = ''
this.searchForm.pageNo = 1
this.searchForm.pageSize = 10
this.getLists();
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册