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