|
|
@@ -33,7 +33,7 @@
|
|
|
<script>
|
|
|
import AppWrapperEmpty from "@/components/app-wrapper-empty";
|
|
|
import SelectList from "@/components/plugin/selectList";
|
|
|
-import { getStatYj } from "@/api/stat/index";
|
|
|
+import { getStatYjProfile } from "@/api/stat";
|
|
|
import { list } from "@/mixins";
|
|
|
import ShopSelect from "@/components/module/shopSelect";
|
|
|
import DateSelect from "@/components/module/dateSelect";
|
|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
this.yjList();
|
|
|
},
|
|
|
yjList() {
|
|
|
- return getStatYj(this.params).then(res => {
|
|
|
+ return getStatYjProfile(this.params).then(res => {
|
|
|
this.completes(res);
|
|
|
});
|
|
|
}
|