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