@@ -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({
@@ -298,7 +298,10 @@
@@ -409,7 +409,10 @@