[baozhangchao] hace 3 años
padre
commit
81c4d89a29
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/setDogLicense/index.jsx

+ 1
- 1
src/pages/setDogLicense/index.jsx Ver fichero

@@ -571,7 +571,7 @@ export default (props) => {
571 571
                 <uploader name='immunizationImg' onFile={handleFile} />
572 572
               </FormItem>
573 573
               <FormItem title='详细地址' required>
574
-                <Input name='address' placeholder='请输入详细地址' />
574
+                <Input name='address' placeholder='请输入详细地址' value={applyType == 'renewal' ? renewalAndReissue?.address : ''} />
575 575
               </FormItem>
576 576
               {
577 577
                 applyType == 'renewal' ? <></>