You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /*--------------
- * 挂牌项目类
- -----------------*/
-
- /*
- @purl /transaction/website/outproject/list
- @param
- deptId:行政区划部门ID
- projectCode:项目编号
- projectName:项目名称
- projectNumber:项目类型字典value值(下拉框选择)
-
- */
- var itemsList = '/transaction/website/outproject/list'
-
- /*
- @purl /system/dict/data/type/ + dictType
- @param
- dictType:project_type
- */
- var webDeptType = '/transaction/website/data/type'//标的物类型查询接口
-
- /*
- @purl /transaction/website/deptList/{deptId}
- @param
- deptId:查询当前平台级别下一级的部门列表 传参 0
- 查询某一级别下一级的部门列表 传参网址url中的deptId
- */
- var webDept = '/transaction/website/deptList'//标的物所在地
|