|
|
@@ -12,7 +12,7 @@ import {fetchPost, fetchGet, fetchGetNoSession} from '../../../utils/fetchReques
|
|
|
import {API} from '../../../configs/api.config';
|
|
|
import {Toast} from 'antd-mobile'
|
|
|
import {connect} from 'react-redux';
|
|
|
-import {isObjEmpty} from "../../../utils/common";
|
|
|
+import {isObjEmpty,getSearchParams} from "../../../utils/common";
|
|
|
import {saveListState} from "../../../redux/actions/listState";
|
|
|
|
|
|
function SignItem(props) {
|
|
|
@@ -146,6 +146,7 @@ class MeetDetail extends Component {
|
|
|
meetingSignData: meetBean,
|
|
|
meetId:meetId
|
|
|
})
|
|
|
+ var urlObject = getSearchParams(this.props.location.search)
|
|
|
|
|
|
let params = {
|
|
|
teacherId:this.props.userInfo.user.userFunId,
|