Browse Source

获取加密分类接口更换

Karsa 1 year ago
parent
commit
396bd22817

+ 9 - 0
src/api/modules/setApi.js

@@ -614,6 +614,15 @@ const operateAuthInterface = {
 	 */
 	getNoticeDetail: params => {
 		return http.get('/datamanage/message/detail',params)
+	},
+
+	/**
+	 * 获取所有私密分类
+	 * @param {*} params Source SubSource
+	 * @returns 
+	 */
+	getSecretClassify: params => {
+		return http.get('/datamanage/edb_chart/classify/secret',params)
 	}
 }
 

+ 1 - 1
src/views/system_manage/components/opearAuthSetDia.vue

@@ -148,7 +148,7 @@ export default {
     /* 获取分类列表 */
     getClassifyList() {
 
-      operateAuthInterface.getClassificationBySource({
+      operateAuthInterface.getSecretClassify({
         Source: Number(this.currentTab),
         SubSource: Number(this.currentTab) === 6 ? Number(this.currentSubTab) : 0
       }).then(res => {