|
@@ -270,10 +270,11 @@
|
|
}
|
|
}
|
|
const param ={
|
|
const param ={
|
|
"deptId": this.form.department,
|
|
"deptId": this.form.department,
|
|
- "questionId": questionId
|
|
|
|
|
|
+ "questionId": questionId,
|
|
|
|
+ "type": this.form.type,
|
|
|
|
|
|
}
|
|
}
|
|
- this.showConfirmDialog('是否保存该标签组?', () => {
|
|
|
|
|
|
+ this.showConfirmDialog('是否保存常见科室症状?', () => {
|
|
api.addCommonSymptom(param).then((res) => {
|
|
api.addCommonSymptom(param).then((res) => {
|
|
if (res.data.code === '0') {
|
|
if (res.data.code === '0') {
|
|
this.warning(res.data.msg || '保存成功', 'success','1000')
|
|
this.warning(res.data.msg || '保存成功', 'success','1000')
|