提交报错
This commit is contained in:
@@ -315,7 +315,7 @@ export default {
|
|||||||
getData() {
|
getData() {
|
||||||
getResourcePage({
|
getResourcePage({
|
||||||
type: 3,
|
type: 3,
|
||||||
partitionId: this.searchValues.partitionId,
|
//partitionId: this.searchValues.partitionId,
|
||||||
page: this.currentPage,
|
page: this.currentPage,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
@@ -311,7 +311,7 @@ export default {
|
|||||||
getData() {
|
getData() {
|
||||||
getResourcePage({
|
getResourcePage({
|
||||||
type: 1,
|
type: 1,
|
||||||
partitionId: this.searchValues.partitionId,
|
//partitionId: this.searchValues.partitionId,
|
||||||
page: this.currentPage,
|
page: this.currentPage,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
@@ -263,7 +263,7 @@ export default {
|
|||||||
getData() {
|
getData() {
|
||||||
getResourcePage({
|
getResourcePage({
|
||||||
type: 2,
|
type: 2,
|
||||||
partitionId: this.searchValues.partitionId,
|
//partitionId: this.searchValues.partitionId,
|
||||||
page: this.currentPage,
|
page: this.currentPage,
|
||||||
pageSize: this.pageSize,
|
pageSize: this.pageSize,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
|
Reference in New Issue
Block a user