@ -26,7 +26,7 @@ export default {
data() {
return {
enableSelect: true,
projectId: window.SITE_CONFIG['projectId'],
projectId: this.$route.query.projectId,
selectIdList: [],
selectDisableIdList: [],
queryItem: {}
@ -312,7 +312,6 @@ export default {
},
methods: {
windowOpen_project(projectId, deptId) {
console.log(arguments)
// window.open(`project/home?id=${projectId}`)
// const { href } = this.$router.resolve({
// name: 'subject'