소스 검색

参数修改

SunZehao 1 년 전
부모
커밋
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({

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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({