dev_aliyun_beta
杨树明 6 years ago
parent bf5dcbcc2a
commit 964b65f3c5

@ -91,7 +91,6 @@ class Completetaskpage extends Component {
render() {
let{datas}=this.state;
const isAdmin = this.props.isAdmin();
// console.log(119)

@ -89,7 +89,6 @@ class CompletetopicdePage extends Component {
render() {
let{datas}=this.state;
const isAdmin = this.props.isAdmin();
// console.log(119)

@ -126,7 +126,6 @@ class GroupjobbankPage extends Component {
render() {
let {tab,datas} = this.state;
const isAdmin = this.props.isAdmin();
// console.log(119)

@ -2451,7 +2451,6 @@ class PollNewQuestbank extends Component {
// console.log(polls_status);
// console.log([[`${maps[polls_status && polls_status]}`]] + "");
const IsAdmin = this.props.isAdmin();
// const {getFieldDecorator} = this.props.form;
const formItemLayout = {
labelCol: {

@ -122,7 +122,7 @@ class Generaljobbankdetails extends Component {
render() {
let {tab,datas} = this.state;
const isAdmin = this.props.isAdmin();
// console.log(119)

Loading…
Cancel
Save