dengzhiguo 6 years ago
parent
commit
358c0827d5
1 changed files with 8 additions and 8 deletions
  1. 8 8
      js/component/manageCenter/customer/content.jsx

+ 8 - 8
js/component/manageCenter/customer/content.jsx

@@ -132,14 +132,14 @@ class Content extends Component {
           	    });
           	    break;
           	//客户录入审核
-//        	case 'enteringAudit':
-//              require.ensure([], () => {
-//	                const EnteringAudit = require('./reviewed/enteringAudit').default;
-//	                this.setState({
-//	                    component:<EnteringAudit />,	                    	                  
-//	                });
-//        	    });
-//        	    break;
+          	case 'enteringAudit':
+                require.ensure([], () => {
+	                const EnteringAudit = require('./reviewed/enteringAudit').default;
+	                this.setState({
+	                    component:<EnteringAudit />,	                    	                  
+	                });
+          	    });
+          	    break;
           	//专家发布
           	case 'expertPublish':
                 require.ensure([], () => {