소스 검색

添加接口

wolyshaw 4 년 전
부모
커밋
8cfb3efb51
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      src/views/main/api.js
  2. 1 1
      src/views/main/baseinfo/index.vue

+ 3 - 0
src/views/main/api.js

@@ -103,3 +103,6 @@ export const getMusicGroupEduTeacher = data => request2({
   params: data,
   method: 'get'
 })
+
+// 获取统计数据
+// export const

+ 1 - 1
src/views/main/baseinfo/index.vue

@@ -98,7 +98,7 @@ export default {
   methods: {
     reset() {
       this.$set(this.search, 'year', this.$helpers.dayjs())
-      this.$set(this.search, 'organId', [])
+      this.$set(this.search, 'organId', null)
       this.FetchDetail()
     },
     async FetchDetail() {