|
@@ -51,11 +51,11 @@ const clickA = () =>{
|
|
}
|
|
}
|
|
|
|
|
|
onMounted(async () => {
|
|
onMounted(async () => {
|
|
- let { type = '', id = '', userId='', deptId='',createTime='',orderStatus='' } = route.query
|
|
|
|
|
|
+ let { type = '', id = '', userId='', deptId='',createTime='',orderStatus='',orderName='',userName='' } = route.query
|
|
const isValidType = Object.keys(businessRoutes).includes(type as string)
|
|
const isValidType = Object.keys(businessRoutes).includes(type as string)
|
|
if (isMobileDevice()) {
|
|
if (isMobileDevice()) {
|
|
if (type==='generateOperation') {
|
|
if (type==='generateOperation') {
|
|
- window.location.href = 'https://iot.deepoil.cc/deepoil/#/?type=' + type+'&id='+id+'&userId='+userId+'&deptId='+deptId+'&createTime='+createTime+'&orderStatus='+orderStatus;
|
|
|
|
|
|
+ window.location.href = 'https://iot.deepoil.cc/deepoil/#/?type=' + type+'&id='+id+'&userId='+userId+'&deptId='+deptId+'&createTime='+createTime+'&orderStatus='+orderStatus+'&orderName='+orderName+'&userName='+userName;
|
|
}else {
|
|
}else {
|
|
window.location.href = 'https://iot.deepoil.cc/deepoil/#/?type=' + type+'&id='+id+'&userId='+userId;
|
|
window.location.href = 'https://iot.deepoil.cc/deepoil/#/?type=' + type+'&id='+id+'&userId='+userId;
|
|
}
|
|
}
|