@@ -317,6 +317,14 @@ export default {
created() {
this.getStation();
},
+ watch: {
+ 'taskData': {
+ handler(val, oldVal) {
+ // 加载列表数据
+ window.location.reload()
+ }
+ },
computed: {
currentUser() {
return this.$store.state.account.user;