Sfoglia il codice sorgente

Merge branch 'feature/pyh_批量弹窗页面优化' into develop

# Conflicts:
#	src/views/mallManagement/order/order_refund/index.vue
pengyh 1 anno fa
parent
commit
5205386c1b
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      src/views/mallManagement/order/order_refund/index.vue

+ 1 - 2
src/views/mallManagement/order/order_refund/index.vue

@@ -117,7 +117,7 @@
 				        </el-col>
 				        <el-col :xs="24" :sm="24" :lg="4" style="text-align: right;">
 				          <el-link type="primary" v-if="$restrict('orderNote')" :underline="false" @click="showRemark(order)">订单备注</el-link>
-				          <el-link type="primary" v-if="$restrict('detail')" :underline="false" @click="showDetail(index)">查看详情</el-link>
+				          <el-link type="primary" v-if="$restrict('detail')" :underline="false" @click="showDetail(order.orderRefundId)">查看详情</el-link>
 				          <!-- <el-link type="primary" :underline="false" @click="queryWorkOrder(order.orderId)">订单工单</el-link> -->
 				        </el-col>
 				      </el-row>
@@ -477,7 +477,6 @@ export default {
     },
     // 查看详情
     showDetail(orderRefundId) {
-      // const orderRefundId = this.dataList[index].orderRefundId
       // let {href} = this.$router.resolve({path: `/order/order_refund_detail?orderRefundId=${orderRefundId}`});
       // window.open(href, '_blank');
       this.$router.push({