Commit d32e1c37 authored by miaojiale's avatar miaojiale

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

parent 4c2704fb
......@@ -278,7 +278,7 @@ export default {
checkNote: "",
checkStatus: "", // 传入的checkstatus
curUnion: "", // 当前医联体
id: "",
id: "", // 当前人的patientId
rules: {
reason: [{ required: true, message: "请填写", trigger: "blur" }],
},
......@@ -372,7 +372,7 @@ export default {
// 提交接口
putScreeningCheck(checkStatus, func) {
let params = {
id: this.id,
id: this.patientId,
checkStatus: checkStatus,
checkNote: this.form.reason,
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