|
@@ -317,6 +317,7 @@ export function readListAll(e) {
|
|
|
e, {})
|
|
|
}
|
|
|
|
|
|
+// 获取待阅数量
|
|
|
export function getReadSizeByTypes(e) {
|
|
|
return $http.post(
|
|
|
'/wx/workPaneController/getReadSizeByTypes',
|
|
@@ -329,6 +330,15 @@ export function userRead(e) {
|
|
|
'/wx/workPaneController/userRead',
|
|
|
e, {})
|
|
|
}
|
|
|
+
|
|
|
+// 获取待办数量
|
|
|
+export function getHandleSizeTypes(e) {
|
|
|
+ return $http.post(
|
|
|
+ '/wx/workPaneController/getHandleSizeTypes',
|
|
|
+ e, {})
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
// handleList?
|
|
|
export function findCompanyTags(e) {
|
|
|
return $http.post(
|