Quellcode durchsuchen

编辑电签修改

duy vor 1 Jahr
Ursprung
Commit
639a09a06e

+ 1 - 2
src/views/manager/projectinfo/treeTemplate/template/electronicSignature.vue

@@ -458,7 +458,6 @@ export default {
       obj.isDeleted=this.isDeleted
       if(this.signType==2){
         obj.parentRoleId=this.radio
-        console.log(this.sigRoleId,'this.sigRoleId');
         obj.sigRoleId=this.sigRoleId
         
       }else{
@@ -467,7 +466,6 @@ export default {
         let arr=this.setsignaTable
         arr.forEach((ele)=>{
           if(obj.id==ele.id){
-            console.log(obj.colKey,'obj.colKey');
             ele.colKey=obj.colKey
             ele.excelId=obj.excelId
             ele.pyzbx=obj.pyzbx
@@ -477,6 +475,7 @@ export default {
             ele.type=obj.type
             ele.tabId=obj.tabId
             ele.show=false
+            ele.colName=this.htmlData1.name
            
           }
         })