|
@@ -403,6 +403,7 @@
|
|
|
//没有咨询
|
|
|
if(consultations.value && consultations.value.length == 0){
|
|
|
processInspecion.value.status = e.detail.value
|
|
|
+ processInspecion.value.adoptStatus = e.detail.value
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -663,6 +664,7 @@ function handleDrawingMenu() {
|
|
|
consultations.value = consultations.value.concat(info)
|
|
|
isEventTriggered.value = true; // 更新标志位状态
|
|
|
processInspecion.value.status = 0
|
|
|
+ processInspecion.value.adoptStatus = 0
|
|
|
}
|
|
|
|
|
|
/***************************** 定义了一些事件 *****************************/
|