提交 8879eab7 authored 作者: 钟是志's avatar 钟是志

21361 宿舍分配管理-入住统计平面图,页面交互时数据显示问题

上级 4aa4f0a9
......@@ -77,7 +77,6 @@ export default class AuditPage extends Component {
if (searcherKeyValue && Object.keys(searcherKeyValue).length) {
data.searcherKeyValue = JSON.stringify(searcherKeyValue);
}
console.log(data);
return data;
},
responseCallBack: (response) => {
......@@ -107,7 +106,6 @@ export default class AuditPage extends Component {
if (searcherKeyValue && Object.keys(searcherKeyValue).length) {
data.searcherKeyValue = JSON.stringify(searcherKeyValue);
}
console.log(data);
return data;
},
condition: searchCondition,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论