Browse Source

参数修改

SunZehao 1 year ago
parent
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({

File diff suppressed because it is too large
+ 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({