提交 270cf61a authored 作者: hs364342311's avatar hs364342311

32062 毕业生基础数据管理--新增同步毕业生功能

上级 2441ad01
...@@ -162,7 +162,7 @@ export default function SelectPerson(props) { ...@@ -162,7 +162,7 @@ export default function SelectPerson(props) {
return false; return false;
} }
message.info(propsDiy.getResultProps.message); message.info(propsDiy.getResultProps.message);
requestData(data, apis.getData) requestData(data, apis[propsDiy.getDataMethod]?apis[propsDiy.getDataMethod]:apis.getData)
.then(res => { .then(res => {
if (res) { if (res) {
message.success('操作成功'); message.success('操作成功');
......
...@@ -4,6 +4,7 @@ export default function lowCodeProps(info) { ...@@ -4,6 +4,7 @@ export default function lowCodeProps(info) {
apiParams: { // 30357 北电]辅导员考核-考核批次设置,辅导员筛选那50个辅导员 apiParams: { // 30357 北电]辅导员考核-考核批次设置,辅导员筛选那50个辅导员
isCounselor: true, isCounselor: true,
}, },
getDataMethod:"", // getData || getDataCacheKey
ModalProps: { ModalProps: {
// 弹窗的属性 // 弹窗的属性
title: '选择辅导员', title: '选择辅导员',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论