瀏覽代碼

电签配置

ZaiZai 10 月之前
父節點
當前提交
ce5cb8af0b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/manager/projectinfo/treeTemplate/template/electronicSignature.vue

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

@@ -641,9 +641,9 @@ export default {
       this.$emit('timeFocus', false)
     },
     //电签配置和系统识别
-    handleActiveClick(tab) {
+    handleActiveClick() {
       //系统识别
-      if (tab === 'tab2') {
+      if (this.activeName === 'tab2') {
         this.getSingInfo1()
       }
     },