@@ -7,7 +7,6 @@ import {
resolve,
reject,
addScope,
- addStatusScope,
addOrg
} from './base'
@@ -29,7 +28,7 @@ export function getPublishes (query) {
return tenantRequest({
url: '/orchestration/calendarReleaseSchedu/page',
method: 'GET',
- params: addStatusScope({
+ params: addScope({
pageIndex, pageSize,
...params
})
@@ -28,7 +28,7 @@ export default {
data () {
return {
schema: {
- condition: { status: State.REVIEW },
+ condition: { status: State.SUBMITTED },
list: getPublishes,
transform: this.transform,
cols: [