Commit ba152b53 authored by renjintao's avatar renjintao

execute

parent f5de8371
......@@ -142,6 +142,7 @@ export default {
// this.detail = () => import("./testdata/index");
} //测试数据
},
//按时间排序按钮
changeAsc() {
this.asc = !this.asc;
if (this.asc) {
......@@ -150,6 +151,7 @@ export default {
this.ascTitle = "时间倒序排序";
}
},
//刷新orderlist列表
changeFresh()
{
this.refresh=!this.refresh
......
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