提交 cf354037 编写于 作者: vino's avatar vino

加入日志

上级 b51e6c0e
...@@ -344,14 +344,17 @@ ...@@ -344,14 +344,17 @@
}, },
methods: { methods: {
searchList(){ searchList(){
console.log("searchList搜索开始")
queryOrderList(this.searchForm).then(res => { queryOrderList(this.searchForm).then(res => {
if (res.code == '000000') { if (res.code == '000000') {
console.log("searchList搜索结束")
this.tableData = res.data.orderSingleDtoList; this.tableData = res.data.orderSingleDtoList;
this.totalRows = res.data.totalNum; this.totalRows = res.data.totalNum;
} }
}) })
}, },
resetForm() { resetForm() {
console.log("resetForm重置")
this.activeName = 'all'; this.activeName = 'all';
this.searchForm = { this.searchForm = {
showStatus: -1, showStatus: -1,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册