ZaiZai 10 mēneši atpakaļ
vecāks
revīzija
ce5cb8af0b

+ 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()
       }
     },