Commit a7332785 authored by liang's avatar liang

接口参数问题

parent 7df96efb
...@@ -192,7 +192,6 @@ export default { ...@@ -192,7 +192,6 @@ export default {
getFollowRecord() { getFollowRecord() {
getFollowRecord({ getFollowRecord({
patientId: this.currentRow.patientId, patientId: this.currentRow.patientId,
patientFrom: this.$store.getters["table/selectedIndex"],
}).then((res) => { }).then((res) => {
this.followList = res.data.filter((_) => _.followBatch > 0) this.followList = res.data.filter((_) => _.followBatch > 0)
const len = this.followList.length const len = this.followList.length
......
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