|
|
@ -310,7 +310,7 @@ |
|
|
|
data (){ |
|
|
|
data (){ |
|
|
|
return { |
|
|
|
return { |
|
|
|
host: location.host.includes('liuwanr.cn') ? 'http://www.liuwanr.cn/' : 'http://www.occupationlab.com/', |
|
|
|
host: location.host.includes('liuwanr.cn') ? 'http://www.liuwanr.cn/' : 'http://www.occupationlab.com/', |
|
|
|
id: '', |
|
|
|
id: this.$route.query.id, |
|
|
|
systemList: this.$config.systemList, |
|
|
|
systemList: this.$config.systemList, |
|
|
|
token: this.$store.state.token, |
|
|
|
token: this.$store.state.token, |
|
|
|
systemId: this.$store.state.systemId, |
|
|
|
systemId: this.$store.state.systemId, |
|
|
@ -467,10 +467,18 @@ |
|
|
|
this.searchTimer = setTimeout(() => { |
|
|
|
this.searchTimer = setTimeout(() => { |
|
|
|
this.dialog1() |
|
|
|
this.dialog1() |
|
|
|
},500) |
|
|
|
},500) |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
projectPermission(val){ |
|
|
|
|
|
|
|
if(!this.id){ |
|
|
|
|
|
|
|
if(val){ |
|
|
|
|
|
|
|
this.flag02 = false |
|
|
|
|
|
|
|
}else{ |
|
|
|
|
|
|
|
this.flag02 = true |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
mounted(){ |
|
|
|
mounted(){ |
|
|
|
this.id = this.$route.query.id |
|
|
|
|
|
|
|
this.recoveryData() |
|
|
|
this.recoveryData() |
|
|
|
}, |
|
|
|
}, |
|
|
|
beforeDestroy(){ |
|
|
|
beforeDestroy(){ |
|
|
|