This commit is contained in:
yanran200730
2022-03-21 15:48:42 +08:00
parent 4f5cea34b3
commit f4514c087b
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@
methods: { methods: {
getList() { getList() {
this.instance.post(`/app/appcontentinfo/list`, null, { this.instance.post(`/app/appcontentinfo/list-web`, null, {
params: { params: {
moduleId: this.$route.query.moduleId, moduleId: this.$route.query.moduleId,
...this.search, ...this.search,

View File

@@ -95,7 +95,7 @@
methods: { methods: {
getList() { getList() {
this.instance.post(`/app/appcontentinfo/list`, null, { this.instance.post(`/app/appcontentinfo/list-web`, null, {
params: { params: {
moduleId: this.$route.query.moduleId, moduleId: this.$route.query.moduleId,
...this.search, ...this.search,