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