|
@ -19,6 +19,7 @@ |
|
|
|
|
|
|
|
|
<script> |
|
|
<script> |
|
|
import patientSearch from '@/components/patient-search' |
|
|
import patientSearch from '@/components/patient-search' |
|
|
|
|
|
import eventBus from '@/page-subspecialty/utils/eventBus' |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
components: { patientSearch }, |
|
|
components: { patientSearch }, |
|
@ -55,7 +56,7 @@ export default { |
|
|
idNumberList: this.selectIdList |
|
|
idNumberList: this.selectIdList |
|
|
}).then(({ data: res }) => { |
|
|
}).then(({ data: res }) => { |
|
|
this.$message.success('引入成功!') |
|
|
this.$message.success('引入成功!') |
|
|
|
|
|
|
|
|
|
|
|
eventBus.$emit('getSubjectSuccess') |
|
|
// 课题状态改为进行中(1:未开始,2:进行中,3:已完成) |
|
|
// 课题状态改为进行中(1:未开始,2:进行中,3:已完成) |
|
|
this.$http.put('/project/status', { projectId: this.projectId, status: 2 }) |
|
|
this.$http.put('/project/status', { projectId: this.projectId, status: 2 }) |
|
|
this.getSubjectIdNumberList() |
|
|
this.getSubjectIdNumberList() |
|
|