Commit 721a8e67 by hulei

api.post中webapi

parent 37ba9e77
...@@ -141,7 +141,7 @@ export default { ...@@ -141,7 +141,7 @@ export default {
async handleSearch() { async handleSearch() {
//查询接口 //查询接口
this.load = true; this.load = true;
const res = await Api.post('/webapi/public/glesel/list', this.model); const res = await Api.post('/public/glesel/list', this.model);
if (res.respCode === SUCCESS) { if (res.respCode === SUCCESS) {
this.tableData = res.data.list; this.tableData = res.data.list;
this.pagination.total = parseInt(res.data.total) || 0; this.pagination.total = parseInt(res.data.total) || 0;
......
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