소스 검색

合并master

lex-xin 4 년 전
부모
커밋
de8454460f

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-b7b314ec.3f99b27b.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.a619198b.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-01d48454.1e00fc4a.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-b7b314ec.e3cc8cc5.js


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

@@ -181,7 +181,7 @@ export default {
     },
     async FetchDetail() {
       this.loading = true;
-      const data = this.data;
+      let data = [];
       try {
         const { dates, ...rest } = this.search;
         const res = await getIndex({

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

@@ -221,7 +221,7 @@ export default {
       }
     },
     resetDate(data) {
-      this.dataInfo = data;
+      this.dataInfo = {...this.dataInfo,...data};
     },
   },
 };

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

@@ -225,7 +225,7 @@ export default {
     },
     async FetchDetail() {
       this.loading = true;
-      const data = this.data;
+      let data = [];
       try {
         const { dates, ...rest } = this.search;
         const res = await getIndex({

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.