Commit 70a17c8a authored by lijiongliang's avatar lijiongliang

挪车记录修改

parent f695305c
...@@ -77,6 +77,7 @@ export default { ...@@ -77,6 +77,7 @@ export default {
// 刷新 // 刷新
refresh(paging) { refresh(paging) {
setTimeout(() => { setTimeout(() => {
this.items = []
let list = []; let list = [];
let opts = { let opts = {
url: '/app/moveLog/my/list?pageSize=' + paging.size + '&pageNum=' + paging.page, url: '/app/moveLog/my/list?pageSize=' + paging.size + '&pageNum=' + paging.page,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment