xuxueyang
2024-09-19 4f5cbfb0878d0d35ce01b7c32ade1807c067fd27
sub_pages/supplier/order-manage/order-manage-settlement-op-detail.vue
@@ -26,10 +26,15 @@
      methods: {
         async init() {
            var apitype = 'supplier'
            // #ifdef PUB_CUSTOMER
            apitype = 'customer'
            // #endif
            this.$message.showLoading()
            const {
               data
            } = await this.$http.request('get', `/api/supplier/delivery/mine/list/check/info/` + this.op, {
            } = await this.$http.request('get', `/api/${apitype}/delivery/mine/list/check/info/` + this.op, {
               params: {
                  orderItemId: this.orderItemId
               }