@@ -46,7 +46,7 @@
},
entryinfo: {}
- created() {
+ created () {
this.getuserlist()
computed: {
@@ -54,6 +54,14 @@
session: 'session'
})
+ watch: {
+ entryinfo: {
+ handler: function (newVal, oldVal) {
+ this.getuserlist()
+ },
+ deep: true
+ }
data() {
return {