李志伟 3 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
             </Radio.Group>
144
             </Radio.Group>
145
           </FormItem>
145
           </FormItem>
146
           {
146
           {
147
-            application.verifyStatus != 1 && 
147
+            application.verifyStatus != 1 && examineType == 2 &&
148
             <FormItem label="驳回原因">
148
             <FormItem label="驳回原因">
149
               <TextArea placeholder='请输入驳回原因' rows='3'
149
               <TextArea placeholder='请输入驳回原因' rows='3'
150
                 style={{ width: '350px' }}
150
                 style={{ width: '350px' }}