Browse Source

字段修改

SunZehao 1 year ago
parent
commit
cbefeb7b1c

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

@@ -290,7 +290,7 @@
                     params.push(obj)
                     params.push(obj)
                 })
                 })
                 let objs = {
                 let objs = {
-                    jsonString: JSON.stringify(params)
+                    jsonArr: JSON.stringify(params)
                 }
                 }
                 apiGetevaluationdeptplanUpdate(objs).then(datas => {
                 apiGetevaluationdeptplanUpdate(objs).then(datas => {
                     if (datas) {
                     if (datas) {

+ 1 - 1
src/components/assessment/evaluationDeptStartFrom.vue

@@ -411,7 +411,7 @@
                     params.push(obj)
                     params.push(obj)
                 })
                 })
                 let objs = {
                 let objs = {
-                    jsonString: JSON.stringify(params)
+                    jsonArr: JSON.stringify(params)
                 }
                 }
                 apiGetevaluationdeptplanUpdate(objs).then(datas => {
                 apiGetevaluationdeptplanUpdate(objs).then(datas => {
                     if (datas) {
                     if (datas) {

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

@@ -299,7 +299,7 @@
                     params.push(obj)
                     params.push(obj)
                 })
                 })
                 let objs = {
                 let objs = {
-                    jsonString: JSON.stringify(params)
+                    jsonArr: JSON.stringify(params)
                 }
                 }
                 apiGetevaluationdeptplanUpdate(objs).then(datas => {
                 apiGetevaluationdeptplanUpdate(objs).then(datas => {
                     if (datas) {
                     if (datas) {

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

@@ -410,7 +410,7 @@
                     params.push(obj)
                     params.push(obj)
                 })
                 })
                 let objs = {
                 let objs = {
-                    jsonString: JSON.stringify(params)
+                    jsonArr: JSON.stringify(params)
                 }
                 }
                 apiGetevaluationdeptplanUpdate(objs).then(datas => {
                 apiGetevaluationdeptplanUpdate(objs).then(datas => {
                     if (datas) {
                     if (datas) {