修复资源位请求问题
This commit is contained in:
@@ -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 => {
|
||||
|
@@ -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 => {
|
||||
|
@@ -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 => {
|
||||
|
Reference in New Issue
Block a user