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

修改首页列表与数量

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