Commit d32e1c37 authored by miaojiale's avatar miaojiale

联调接口,增加审核功能,

parent 4c2704fb
...@@ -278,7 +278,7 @@ export default { ...@@ -278,7 +278,7 @@ export default {
checkNote: "", checkNote: "",
checkStatus: "", // 传入的checkstatus checkStatus: "", // 传入的checkstatus
curUnion: "", // 当前医联体 curUnion: "", // 当前医联体
id: "", id: "", // 当前人的patientId
rules: { rules: {
reason: [{ required: true, message: "请填写", trigger: "blur" }], reason: [{ required: true, message: "请填写", trigger: "blur" }],
}, },
...@@ -372,7 +372,7 @@ export default { ...@@ -372,7 +372,7 @@ export default {
// 提交接口 // 提交接口
putScreeningCheck(checkStatus, func) { putScreeningCheck(checkStatus, func) {
let params = { let params = {
id: this.id, id: this.patientId,
checkStatus: checkStatus, checkStatus: checkStatus,
checkNote: this.form.reason, checkNote: this.form.reason,
patientId: this.patientId, patientId: this.patientId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment