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

重置操作数据展示

上级 6f5ee671
...@@ -500,14 +500,20 @@ ...@@ -500,14 +500,20 @@
}, },
resetForm() { resetForm() {
this.searchForm = { // this.searchForm = {
goodsIdList:[], // goodsIdList:[],
goodsName:'', // goodsName:'',
goodsType:'', // goodsType:'',
pageNo:1, // pageNo:1,
pageSize: 10, // pageSize: 10,
// };
this.searchForm.goodsIdList = []
this.searchForm.goodsName = ''
this.searchForm.goodsType = ''
this.searchForm.pageNo = 1
this.searchForm.pageSize = 10
};
this.getLists(); this.getLists();
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册