|
@@ -112,12 +112,12 @@
|
|
} else {
|
|
} else {
|
|
this.titleText = '模板详情'
|
|
this.titleText = '模板详情'
|
|
}
|
|
}
|
|
- const { id, name } = data
|
|
|
|
|
|
+ const { deptId, name } = data
|
|
this.isEdit = isEdit
|
|
this.isEdit = isEdit
|
|
this.isDetail = isDetail
|
|
this.isDetail = isDetail
|
|
this.rightTagsList = data.vitals
|
|
this.rightTagsList = data.vitals
|
|
- this.departList.push({ deptId, name, val:deptId })
|
|
|
|
- this.form.department = id
|
|
|
|
|
|
+ this.departList.push({ id:deptId, name, val:deptId })
|
|
|
|
+ this.form.department = deptId
|
|
|
|
|
|
} else {
|
|
} else {
|
|
this.getDepartmentList()
|
|
this.getDepartmentList()
|