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