管控流程修改
This commit is contained in:
@@ -423,7 +423,7 @@ export default {
|
||||
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
||||
reviseStatus: this.standardSearch.reviseStatus || '',
|
||||
esName: this.standardSearch.standName,
|
||||
planStatus: '0',
|
||||
planStatus: '1,2,3,6',
|
||||
page: this.page,
|
||||
pageSize: this.pageSize,
|
||||
}, {
|
||||
|
||||
@@ -445,7 +445,7 @@ export default {
|
||||
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
||||
reviseStatus: this.standardSearch.reviseStatus || '',
|
||||
esName: this.standardSearch.standName,
|
||||
planStatus: '0',
|
||||
planStatus: '1,2,3,6',
|
||||
page: this.page,
|
||||
pageSize: this.pageSize,
|
||||
}, {
|
||||
|
||||
@@ -1081,7 +1081,7 @@ export default {
|
||||
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
||||
reviseStatus: this.standardSearch.reviseStatus || '',
|
||||
esName: this.standardSearch.standName,
|
||||
planStatus: '0',
|
||||
planStatus: '1,2,3,6',
|
||||
page: this.page,
|
||||
pageSize: this.pageSize,
|
||||
}, {
|
||||
|
||||
@@ -432,7 +432,7 @@ export default {
|
||||
this.$http.post('esRevisePlan/es-revise-plan/queryAllPlans',{
|
||||
reviseStatus: this.standardSearch.reviseStatus || '',
|
||||
esName: this.standardSearch.standName,
|
||||
planStatus: '0',
|
||||
planStatus: '1,2,3,6',
|
||||
page: this.page,
|
||||
pageSize: this.pageSize,
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user