|
|
|
@ -1026,6 +1026,8 @@ const onLoad = () => {
|
|
|
|
|
MessageResponsibility.value.push(item.businessId); |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
console.log(JSON.parse(localStorage.getItem('my_data')).id); |
|
|
|
|
MessageResponsibility.value.push(JSON.parse(localStorage.getItem('my_data')).id); |
|
|
|
|
console.log(endFrom.value.processor, ' endFrom.value.processor'); |
|
|
|
|
getDictionaryBiz('pc_work_order').then(res => { |
|
|
|
|
//处理结果字典 |
|
|
|
|