Browse Source

数据显示

chenrui 2 năm trước cách đây
mục cha
commit
ccba4777cf
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/views/numsGoodsShelves/approveStore/authPass.vue

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

@@ -348,7 +348,7 @@ export default {
       xprhStoreApplyAudit(_this.form).then(res => {
         if (res.status == 200) {
           _this.$message.success(res.message)
-          _this.updateBatch()
+          _this.handleSave()
         } else {
           _this.spinning = false
         }
@@ -432,6 +432,7 @@ export default {
       }
     },
     getPriceList () {
+      debugger
       queryList({ shelfSn: this.$route.params.shelfSn, bizType: 'xprh_shelf_price_show' }).then(res => {
         if (res.status == 200) {
           this.priceList = res.data