jiangping
2024-12-11 3bf55d9e2a39b66a39e1a51d8b706e1419a1e5b7
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
          })
        }
      })