Explorar o código

钉钉消息运行记录

lipenghui hai 2 meses
pai
achega
05ce181bfa
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/views/pms/dingding.vue

+ 2 - 2
src/views/pms/dingding.vue

@@ -51,11 +51,11 @@ const clickA = () =>{
 }
 
 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)
   if (isMobileDevice()) {
     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 {
       window.location.href = 'https://iot.deepoil.cc/deepoil/#/?type=' + type+'&id='+id+'&userId='+userId;
     }