初始化-前端12.02

master
rh 2024-12-02 20:45:59 +08:00
parent f091f2005b
commit a8554714e7
2 changed files with 1 additions and 2 deletions

View File

@ -173,7 +173,7 @@
</template>
<script>
import {addTeamProduct, listBuy} from "@/api/actives";
import {addTeamProduct, listBuy} from "@/api/marketing";
import {cached, getList, productList} from '@/api/product/info';
import {listSku} from "@/api/product/sku";
export default {
@ -238,7 +238,6 @@ export default {
handleSizeChange(val) {
console.log(`每页 ${val}`);
this.form.pageSize = val
},
getProductData() {
getList().then(res => {