跳转查看

master
lion 9 months ago
parent 78bb73a5f6
commit 88878a61ac

@ -2428,6 +2428,15 @@ export default {
this.select.is_simple = "";
this.select.is_purchase = 0;
}
if(this.$route.query.follow_id){
console.log("this.$route.query.follow_id",this.$route.query.follow_id)
let that = this
setTimeout(function(){
that.$refs['detailContract'].getDetail(that.$route.query.follow_id)
that.$refs['detailContract'].isShowDetail = true
},2000)
}
},
destroyed() {
window.onfocus = null;

Loading…
Cancel
Save