| | |
| | | * @Company: hugeInfo |
| | | * @Author: ldh |
| | | * @Date: 2022-03-11 11:03:44 |
| | | * @LastEditTime: 2024-08-22 10:36:23 |
| | | * @LastEditTime: 2024-09-05 20:46:47 |
| | | * @LastEditors: dminyi 1301963064@qq.com |
| | | * @Version: 1.0.0 |
| | | * @Description: 大厅来访材料附件查看 |
| | |
| | | const FormItem = Form.Item; |
| | | const Option = Select.Option; |
| | | |
| | | |
| | | // http://localhost:9002/dyh-sys/api/web/fileInfo/listFileByCat?mainId=10001&ownerCat=&createStart=&createEnd=&uploaderType= |
| | | // 获取附件 |
| | | function getFileListDataApi(submitData) { |
| | | return $$.ax.request({ url: `caseInfo/listCaseFile?caseId=${submitData}`, type: 'get', service: 'mediate' }); |
| | | return $$.ax.request({ url: `fileInfo/listFileByCat?mainId=${submitData}`, type: 'get', service: 'mediate' }); |
| | | } |
| | | |
| | | const NewFileCheck = ({ caseId }) => { |