周立森 5 年前
父节点
当前提交
ba9c95030f
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0
    4
      src/services/apis.js

+ 0
- 4
src/services/apis.js 查看文件

612
       method: 'POST',
612
       method: 'POST',
613
       action: 'admin.taBuildingReport.add.post',
613
       action: 'admin.taBuildingReport.add.post',
614
     },
614
     },
615
-
616
     documentVerifylist:{
615
     documentVerifylist:{
617
       url: `${prefix}/documentVerify`,
616
       url: `${prefix}/documentVerify`,
618
       method: 'GET',
617
       method: 'GET',
628
       method: 'PUT',
627
       method: 'PUT',
629
       action: 'admin.documentVerify.id.put',
628
       action: 'admin.documentVerify.id.put',
630
     },
629
     },
631
-// /admin/documentVerify  查询审核列表,参数 pageNum, pageSize, name, tel
632
-// /documentVerify/{id}   根据id查询详情
633
-// /admin/documentVerify/{id} 根据Id修改
634
   },
630
   },
635
   staff: {
631
   staff: {
636
     taUser: {
632
     taUser: {