28379
This commit is contained in:
		| @@ -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, | ||||||
|   | |||||||
| @@ -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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user