|
@@ -785,7 +785,7 @@ export default {
|
|
|
});
|
|
|
tempPost.push({
|
|
|
postId: post.postId,
|
|
|
- deptIds: tempIds,
|
|
|
+ // deptIds: tempIds,
|
|
|
});
|
|
|
});
|
|
|
const tempDeptIds = [];
|
|
@@ -798,7 +798,7 @@ export default {
|
|
|
let tempForm = {
|
|
|
postDeptIds: JSON.stringify(tempPost),
|
|
|
organIdList: organIdLists.join(","),
|
|
|
- deptIds: tempDeptIds,
|
|
|
+ // deptIds: tempDeptIds,
|
|
|
deptId: tempDeptId,
|
|
|
...res,
|
|
|
};
|