Selaa lähdekoodia

启动计算刷新

shaun-sheep 4 vuotta sitten
vanhempi
commit
c020eac5aa

+ 2 - 1
src/components/relation/overview/CardList.vue

@@ -255,7 +255,8 @@
       },
       openComputed(result) {
         this.$emit('openComputed', result)
-      }
+      },
+
     },
     components: {RelationMaintain}
   }

+ 2 - 0
src/views/relation/overview/index.vue

@@ -174,6 +174,7 @@
               type: 'error'
             })
           }
+          this.init()
         })
       },
       templateDown() { //下载模板
@@ -232,6 +233,7 @@
           SystemName: this.currentRelationTypeName
         }
         sysDirection(param, res => {
+          this.init()
         })
       }