需求变更-1

This commit is contained in:
aixianling
2024-10-22 10:54:10 +08:00
parent fcb2fe3b47
commit 7bd7174966
2 changed files with 119 additions and 118 deletions

View File

@@ -1,9 +1,6 @@
<script>
import AppSubTitle from "@/views/AppSubTitle.vue";
export default {
name: "AppKeyGoods",
components: {AppSubTitle},
label: "市场看板-重点单品",
data() {
return {
@@ -37,7 +34,7 @@ export default {
getTableData() {
const {$http, $waitFor} = window
const {goodsCategoryId} = this
$waitFor($http).then(() => $http.post("/data-boot/ca/screen/scStoreKeyGoods/list", {
$waitFor($http).then(() => $http.post("/data-boot/la/screen/marketBoard/marketKeyGoods", {
...this.search, limit: 999, goodsCategoryId
})).then(res => {
if (res?.data) {
@@ -75,4 +72,7 @@ export default {
color: #fff;
box-sizing: border-box;
}
.AppKeyGoods .dv-scroll-board, .AppKeyGoods .scrollTable {
height: calc(100% - 60px) !important;
}
</style>