@@ -1512,6 +1512,10 @@ export default {
},
activated() {
this.Jump()
+ if (this.$route.query.id) {
+ let data = {fId: this.$route.query.id}
+ this.handleUpdate_s(data, true)
+ }
mounted() {
this.$nextTick(() => {