修改
This commit is contained in:
parent
8a6a2a87e5
commit
d6fddff1f0
@ -47,4 +47,13 @@ export function specialDiseaseRoutedel(id) {
|
|||||||
url: `/system/specialDiseaseRoute/${id}`,
|
url: `/system/specialDiseaseRoute/${id}`,
|
||||||
method: 'delete'
|
method: 'delete'
|
||||||
})
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
//添加触发条件
|
||||||
|
export function triggerConditionadd(data) {
|
||||||
|
return request({
|
||||||
|
url: `/system/triggerCondition/add`,
|
||||||
|
method: 'post',
|
||||||
|
data
|
||||||
|
})
|
||||||
}
|
}
|
||||||
@ -133,7 +133,7 @@ import {
|
|||||||
updateSpecialDiseaseRoute,
|
updateSpecialDiseaseRoute,
|
||||||
} from "@/api/system/specialDiseaseRoute";
|
} from "@/api/system/specialDiseaseRoute";
|
||||||
import {
|
import {
|
||||||
specialDiseaseRoute, selectSpecialDisease, triggerConditiondel, specialDiseaseRoutedel
|
specialDiseaseRoute, selectSpecialDisease, triggerConditiondel, specialDiseaseRoutedel, triggerConditionadd
|
||||||
} from "@/api/system/editorialSpecialization";
|
} from "@/api/system/editorialSpecialization";
|
||||||
export default {
|
export default {
|
||||||
name: "editorialSpecialization",
|
name: "editorialSpecialization",
|
||||||
@ -237,7 +237,9 @@ export default {
|
|||||||
e.patientManageRouteId = this.$route.query.id
|
e.patientManageRouteId = this.$route.query.id
|
||||||
e.routeName = this.$route.query.routeName
|
e.routeName = this.$route.query.routeName
|
||||||
})
|
})
|
||||||
console.log(this.updata)
|
triggerConditionadd(this.updata).then(res => {
|
||||||
|
this.info();
|
||||||
|
})
|
||||||
},
|
},
|
||||||
//保存
|
//保存
|
||||||
preserve() {
|
preserve() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user