提交 5121fe68 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 c12d2a00
......@@ -217,7 +217,7 @@ export default {
},
getPlanOptions(context, payload) {
getPlanList({
pageNum: -1
pageNo: -1
}).then(({data}) => {
context.commit('GET_PLAN_OPTION', data);
});
......
......@@ -176,7 +176,6 @@
const _this = this
let labelList = val.yLabelList
console.log()
if(labelList) {
labelList.forEach(function (item, index) {
let nodeItem = _this.groupList.filter(function(item1){
return item1.labelId == item;
......@@ -190,7 +189,6 @@
}
}
}
}
</script>
<style scoped>
......
......@@ -244,7 +244,7 @@
planPatientsId: row.fuPlanPatientId,
planId: this.$route.query.planId,
patientId: row.patientId,
yLabelList: row.labelIdList,
yLabelList: row.labelIdList||[],
startDate: row.time,
status: this.status,
planIdOld: this.$route.query.planId,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册