bianyaqi 2 years ago
parent
commit
e5475a6974
  1. 2
      src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-search/index.vue
  2. 1
      src/page-subspecialty/views/modules/scientificManagement/sys/project.vue

2
src/page-subspecialty/views/modules/scientificManagement/subjectMgt/patient-search/index.vue

@ -26,7 +26,7 @@ export default {
data() {
return {
enableSelect: true,
projectId: window.SITE_CONFIG['projectId'],
projectId: this.$route.query.projectId,
selectIdList: [],
selectDisableIdList: [],
queryItem: {}

1
src/page-subspecialty/views/modules/scientificManagement/sys/project.vue

@ -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'

Loading…
Cancel
Save