|
@ -254,7 +254,17 @@ |
|
|
this.authEdit = false |
|
|
this.authEdit = false |
|
|
this.$message.success('更新成功'); |
|
|
this.$message.success('更新成功'); |
|
|
// this.$router.push('/firstaid/thrombolysis') |
|
|
// this.$router.push('/firstaid/thrombolysis') |
|
|
this.getMessageQuery(0, data.firstAidId) |
|
|
// this.getMessageQuery(0, data.firstAidId) |
|
|
|
|
|
this.request = 0; |
|
|
|
|
|
this.utils.AnimationFrame.create( |
|
|
|
|
|
'timerTask', |
|
|
|
|
|
10000, |
|
|
|
|
|
true, |
|
|
|
|
|
(min) => { |
|
|
|
|
|
// console.log('min', min) |
|
|
|
|
|
this.getMessageQuery(min); |
|
|
|
|
|
} |
|
|
|
|
|
); |
|
|
this.$router.push({ |
|
|
this.$router.push({ |
|
|
name: 'Thrombolysis', |
|
|
name: 'Thrombolysis', |
|
|
query: { |
|
|
query: { |
|
|