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