提交报错

This commit is contained in:
liaozetao
2024-04-15 11:02:37 +08:00
parent 03ea2e5224
commit 4b057265ce
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 => {