Commit 1e88b9ef authored by zhengke's avatar zhengke

修改

parent e7bfd675
......@@ -213,10 +213,7 @@
this.getList()
},
getList(){
this.loading =true
this.apipost("/api/User/GetPageListByKey",this.msg_t, res => {
this.loading =false
if (res.data.resultCode == 1) {
this.tableData = res.data.data.pageData;
this.count = res.data.data.count;
......
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