|
@@ -53,6 +53,10 @@ function pageListPending(formData){
|
|
|
return request.post(constant.serverUrl + "/base/incident/pageListPending", formData);
|
|
|
}
|
|
|
|
|
|
+function countByCaseType(formData){
|
|
|
+ return request.post(constant.serverUrl + "/base/incident/countByCaseType", formData);
|
|
|
+}
|
|
|
+
|
|
|
export default {
|
|
|
- pageList,create,edit,add,update,remove,batchRemove,nextStep,pageListPending
|
|
|
+ pageList,create,edit,add,update,remove,batchRemove,nextStep,pageListPending,countByCaseType
|
|
|
}
|