소스 검색

价格显示

chenrui 2 년 전
부모
커밋
424eeb037b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/numsGoodsShelves/approveStore/authPass.vue

+ 1 - 2
src/views/numsGoodsShelves/approveStore/authPass.vue

@@ -432,8 +432,7 @@ export default {
       }
     },
     getPriceList () {
-      // this.$route.params.sn
-      queryList({ shelfSn: '457619665555755008', bizType: 'xprh_shelf_price_show' }).then(res => {
+      queryList({ shelfSn: this.$route.params.shelfSn, bizType: 'xprh_shelf_price_show' }).then(res => {
         if (res.status == 200) {
           this.priceList = res.data
           const isFlag = res.data.findIndex(r => {