zhl 4 лет назад
Родитель
Сommit
8b8f7e8522

+ 2 - 2
ruoyi-ui/src/components/ProjectDec/SignContract.vue

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

+ 2 - 2
ruoyi-ui/src/views/management/nstruction/index.vue

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

+ 2 - 2
ruoyi-ui/src/views/management/roduction/index.vue

@@ -312,7 +312,7 @@ export default {
         .then(function () {
           setExamine({
             code: 1,
-            bmProjectId: scope.id,
+            bmProjectId:this.bmProjectId,
           });
         })
         .then(() => {
@@ -329,7 +329,7 @@ export default {
         .then(function () {
           return setExamine({
             code: 3,
-            bmProjectId: scrop.id,
+            bmProjectId: this.bmProjectId,
           });
         })
         .then(() => {

+ 2 - 2
ruoyi-ui/src/views/under/index.vue

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