xuxueyang
2024-08-06 667563d6ae12c2da2a16bf68be67a008d5bc6138
sub_pages/supplier/order-settlement/order-settlement-detail.vue
@@ -179,11 +179,21 @@
      methods: {
         async getDetail() {
            var turl = ''
            // #ifdef PUB_SUPPLIER
            turl = '/api/supplier/settlement/list/view?id='
            // #endif
            // #ifdef PUB_PARTNER
            turl = '/api/partner/settlement/list/view?id='
            // #endif
            this.$message.showLoading()
            const {
               code,
               data
            } = await this.$http.request('get', '/api/partner/settlement/list/view?id=' + this.id, {
            } = await this.$http.request('get', turl + this.id, {
            })