k94314517
2024-10-31 ced29c2161c1ef6bd2a2d80af36e6b0a3534da16
admin/src/views/platform/LogisticsRecord/subscribe.vue
@@ -278,9 +278,13 @@
        const param = this.param
        param.inReason = this.reasonList.find(item => param.reasonId == item.id).reason
        if (valid) {
          this.subLoading = true
          platformBooksApply({ ...param }).then(res => {
            this.getList()
            this.subLoading = false
            this.isShowEdit = false
          }, () => {
            this.subLoading = false
          })
        }
      })