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