소스 검색

2022-12-17

codeMan 3 년 전
부모
커밋
eb54378674

+ 1 - 1
src/HDrpManagement/writeoffbill/components/add.vue

@@ -184,7 +184,7 @@ export default {
               "id": "20221124090904",
               "version":1,
               "content": {
-                sa_writeoffbillid:res.sa_writeoffbillid,
+                sa_writeoffbillid:res.data[0].sa_writeoffbillid,
                 writeoffbillOrder:result
               }
             })

+ 1 - 1
src/HManagement/archives_sc/archives_scclass/modules/list.vue

@@ -125,7 +125,7 @@ export default {
 }
 
 </script>
-<style>
+<style scoped>
 .el-tag + .el-tag {
   margin-left: 10px;
 }

+ 2 - 2
src/HManagement/clueManage/clue_public/modules/detail.vue

@@ -202,7 +202,7 @@ export default {
         },
         {
           label:'负责人',
-          value:this.mainData.leader ? this.mainData.leader[0].name : ''
+          value:this.mainData.leader && this.mainData.leader.length > 0 ? this.mainData.leader[0].name : ''
         },
       ]
       this.detailInfo = {
@@ -229,7 +229,7 @@ export default {
           },
           {
             label:'负责人',
-            value:this.mainData.leadername
+            value:this.mainData.leader && this.mainData.leader.length > 0 ? this.mainData.leader[0].name : ''
           },
           {
             label:'备注',

+ 3 - 0
src/SManagement/orderclue/index.vue

@@ -137,7 +137,10 @@ export default {
         isAuth : res.data.hr.isleader,
         userid: res.data.hr.userid
       }
+      console.log(this.userInfo,'user')
       window.sessionStorage.setItem('userInfo',JSON.stringify(this.userInfo))
+      console.log(JSON.parse(window.sessionStorage.getItem('userInfo')));
+      
     },
     list (param) {
       param.content.isAll = 0