SunZehao 1 vuosi sitten
vanhempi
commit
8757369637

+ 4 - 1
src/components/assessment/evaluationDeptBusinessFrom.vue

@@ -289,7 +289,10 @@
                     }
                     params.push(obj)
                 })
-                apiGetevaluationdeptplanUpdate(params).then(datas => {
+                let objs = {
+                    jsonString: JSON.stringify(params)
+                }
+                apiGetevaluationdeptplanUpdate(objs).then(datas => {
                     if (datas) {
                         if (datas.success) {
                             that.$message({

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 571 - 492
src/components/assessment/evaluationDeptStartFrom.vue


+ 4 - 1
src/components/taskCenter/taskCenterDeptBusinessFrom.vue

@@ -298,7 +298,10 @@
                     }
                     params.push(obj)
                 })
-                apiGetevaluationdeptplanUpdate(params).then(datas => {
+                let objs = {
+                    jsonString: JSON.stringify(params)
+                }
+                apiGetevaluationdeptplanUpdate(objs).then(datas => {
                     if (datas) {
                         if (datas.success) {
                             that.$message({

+ 4 - 1
src/components/taskCenter/taskCenterDeptStartFrom.vue

@@ -409,7 +409,10 @@
                     }
                     params.push(obj)
                 })
-                apiGetevaluationdeptplanUpdate(params).then(datas => {
+                let objs = {
+                    jsonString: JSON.stringify(params)
+                }
+                apiGetevaluationdeptplanUpdate(objs).then(datas => {
                     if (datas) {
                         if (datas.success) {
                             that.$message({