Commit cb3d49df authored by 赵啸非's avatar 赵啸非

修改首页列表与数量

parent 01506839
......@@ -62,7 +62,7 @@ export default {
return {
api: local.getLocal("baseUrl")
? local.getLocal("baseUrl") + "/"
: "http://192.168.0.98:11078",
: "http://192.168.0.98:11078/",
row: 5,
};
},
......
......@@ -119,6 +119,7 @@ export default {
let res = await getWriteMatterList({
page: this.current,
size: this.size,
isTerminal:1,
matterName: this.searchVal,
});
let { total, matterDatumTotal, data } = res.data.data;
......
......@@ -109,7 +109,7 @@ export default {
return {
api: local.getLocal("baseUrl")
? local.getLocal("baseUrl") + "/"
: "http://192.168.0.98:11078",
: "http://192.168.0.98:11078/",
matterInfo: this.$route.query,
materailsList: [],
active: 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