Browse Source

Merge branch 'master' of http://39.106.8.246:3003/web/ibms

chuwu 5 years ago
parent
commit
3efcef1c01

+ 5 - 0
src/views/data_admin/buildLog/index.vue

@@ -222,6 +222,11 @@ export default {
     },
     created() {
         this.init()
+    },
+    watch: {
+        projectId() {
+            this.getLogData();
+        }
     }
 }
 </script>

+ 5 - 2
src/views/data_admin/buildUser/index.vue

@@ -164,6 +164,11 @@ export default {
     },
     created() {
         this.init()
+    },
+    watch: {
+        projectId() {
+            this.getUserList();
+        }
     }
 }
 </script>
@@ -171,7 +176,5 @@ export default {
 <style scoped lang='less'>
 .condition {
     margin: 10px;
-    // display: flex;
-    // justify-content: space-between;
 }
 </style>