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

fixed

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