Browse Source

判断是否经销商类型

xiaohaizhao 3 months ago
parent
commit
6f00f7892c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages/workOrder/detail.vue

+ 1 - 0
pages/workOrder/detail.vue

@@ -224,6 +224,7 @@ function getDetail() {
         if (res.data.status == '进行中' && detail.servicetype == '') transition.value = false;
         if (res.data.status == '进行中' && detail.servicetype == '') transition.value = false;
         time.value = new Date().getTime()
         time.value = new Date().getTime()
         detail = reactive(res.data);
         detail = reactive(res.data);
+        $Http.workDetail = detail;
         current.value = steps.findIndex(item => item.value === res.data.status);
         current.value = steps.findIndex(item => item.value === res.data.status);
     })
     })
 }
 }