修复资源位请求问题

This commit is contained in:
liaozetao
2024-04-15 11:10:55 +08:00
parent 53d79cc8fa
commit 332fd77b21
3 changed files with 3 additions and 3 deletions

View File

@@ -315,7 +315,7 @@ export default {
getData() {
getResourcePage({
type: 3,
//partitionId: this.searchValues.partitionId,
partitionId: this.searchValues.partitionId,
page: this.currentPage,
pageSize: this.pageSize,
}).then(res => {

View File

@@ -311,7 +311,7 @@ export default {
getData() {
getResourcePage({
type: 1,
//partitionId: this.searchValues.partitionId,
partitionId: this.searchValues.partitionId,
page: this.currentPage,
pageSize: this.pageSize,
}).then(res => {

View File

@@ -263,7 +263,7 @@ export default {
getData() {
getResourcePage({
type: 2,
//partitionId: this.searchValues.partitionId,
partitionId: this.searchValues.partitionId,
page: this.currentPage,
pageSize: this.pageSize,
}).then(res => {