|
|
@ -959,7 +959,7 @@ const onLoad = async () => { |
|
|
|
await updateDictionary(Processingresultsoptions.value, 'result_handling'); //理赔选择 |
|
|
|
await updateDictionary(Processingresultsoptions.value, 'result_handling'); //理赔选择 |
|
|
|
await Handling(); //获取处理方和责任方 |
|
|
|
await Handling(); //获取处理方和责任方 |
|
|
|
await PageState(); //页面基础数据处理 |
|
|
|
await PageState(); //页面基础数据处理 |
|
|
|
form.value.Pageloading = false; //关闭页面加载 |
|
|
|
// form.value.Pageloading = false; //关闭页面加载 |
|
|
|
}; |
|
|
|
}; |
|
|
|
onLoad(); |
|
|
|
onLoad(); |
|
|
|
const ProcessingState = computed(() => { |
|
|
|
const ProcessingState = computed(() => { |
|
|
@ -2035,5 +2035,6 @@ const TabactiveClick = (a, b) => { |
|
|
|
position: fixed; |
|
|
|
position: fixed; |
|
|
|
left: 12%; |
|
|
|
left: 12%; |
|
|
|
top: 10%; |
|
|
|
top: 10%; |
|
|
|
|
|
|
|
background-color: #ffffffc2; |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
</style> |
|
|
|