subPages/splicingOrders/index.vue
@@ -111,6 +111,7 @@ activeObj:{}, showLing:false, radioValue:'', orderType:'', radioChange:"", ClickLoading:false, } @@ -120,7 +121,7 @@ uni.showLoading({ title: "加载中" }) this.$reqGet('getUnclaimedList',{taskCoalId:this.taskId,orderType:'外销'}).then((res) => { this.$reqGet('getUnclaimedList',{taskCoalId:this.taskId,orderType:this.orderType}).then((res) => { this.datetailData = res.data; uni.hideLoading(); }) @@ -199,6 +200,7 @@ onLoad(params) { this.taskId = params.taskCoalId; this.orderType = params.orderType; }, onShow(){ this.init();