|
@@ -325,7 +325,7 @@ export default {
|
|
|
},
|
|
|
// 分页查询
|
|
|
async contentPage () {
|
|
|
- const { data: res } = await this.$axios.get('/appointment/page', {
|
|
|
+ const { data: res } = await this.$axios.get('/sc-official/appointment/page', {
|
|
|
params:
|
|
|
{
|
|
|
type: this.checkListCommunityHide.type,
|
|
@@ -489,7 +489,7 @@ export default {
|
|
|
},
|
|
|
// 社区名称
|
|
|
async getUserList () {
|
|
|
- const { data: res } = await this.$axios.get('/appointment/getPublicCommunity', { params: this.queryInfo });
|
|
|
+ const { data: res } = await this.$axios.get('/sc-official/appointment/getPublicCommunity', { params: this.queryInfo });
|
|
|
if (res.status == 0) {
|
|
|
this.UserList = res.data;
|
|
|
}
|
|
@@ -497,7 +497,7 @@ export default {
|
|
|
},
|
|
|
// /appointment/page
|
|
|
async getmentList () {
|
|
|
- const { data: res } = await this.$axios.get('/appointment/page', { params: this.queryInfo2 });
|
|
|
+ const { data: res } = await this.$axios.get('/sc-official/appointment/page', { params: this.queryInfo2 });
|
|
|
if (res.status == 0) {
|
|
|
this.mentList = res.data.list;
|
|
|
}
|