Browse Source

Merge branch 'master' into test-dev

duy 2 months ago
parent
commit
7fa1e6de9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/digital/signer.vue

+ 1 - 1
src/views/digital/signer.vue

@@ -197,7 +197,7 @@
                                     <el-button type="text" @click="handleAdd(scope.row,scope.$index)">
                                         <i class="el-icon-circle-plus-outline" style="font-size: 20px;color:#67C23A"></i>
                                     </el-button>
-                                    <el-button type="text" @click="handleDelete(scope.row,row,scope.$index)">
+                                    <el-button type="text" @click="handleDelete(scope.row,scope.$index)">
                                         <i class="el-icon-remove-outline" style="font-size: 20px;color:red"></i>
                                     </el-button>
                                 </template>