|
@@ -1304,7 +1304,7 @@ export default {
|
|
.then(function () {
|
|
.then(function () {
|
|
return setExamine({
|
|
return setExamine({
|
|
code: 3,
|
|
code: 3,
|
|
- bmProjectId: scrop.id,
|
|
|
|
|
|
+ bmProjectId: this.queryParams.bmProjectId,
|
|
});
|
|
});
|
|
})
|
|
})
|
|
.then(() => {
|
|
.then(() => {
|
|
@@ -1322,7 +1322,7 @@ export default {
|
|
.then(function () {
|
|
.then(function () {
|
|
return setReject({
|
|
return setReject({
|
|
code: 2,
|
|
code: 2,
|
|
- bmProjectId: scrop.id,
|
|
|
|
|
|
+ bmProjectId: this.queryParams.bmProjectId,
|
|
});
|
|
});
|
|
})
|
|
})
|
|
.then(() => {
|
|
.then(() => {
|