需求变更-1
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user