李志伟 2 years ago
parent
commit
ebfc3d5c7b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/examine/detail.jsx

+ 1
- 1
src/pages/examine/detail.jsx View File

@@ -144,7 +144,7 @@ export default (props) => {
144 144
             </Radio.Group>
145 145
           </FormItem>
146 146
           {
147
-            application.verifyStatus != 1 && 
147
+            application.verifyStatus != 1 && examineType == 2 &&
148 148
             <FormItem label="驳回原因">
149 149
               <TextArea placeholder='请输入驳回原因' rows='3'
150 150
                 style={{ width: '350px' }}