提交 389cc5e8 编写于 作者: qian.jie's avatar qian.jie

Merge branch 'feature/jq_1' into 'develop'

Feature/jq 1

See merge request com.pica.cloud.education.frontend/pica-admin-consultation!198
......@@ -51,8 +51,8 @@
</div>
</div>
<div class="maxNum-first-show">
<span>每小时接诊上限人数: {{ maxNumValue }} </span>
<p>优先级 {{ currentIndex }}</p>
<span>每小时接诊上限人数: {{ showMaxNum }} </span>
<p>优先级 {{ showFirNum }}</p>
</div>
<div
v-if="this.schedulingType != 3"
......@@ -259,6 +259,8 @@
copyArr: [],
centerDialogVisible: false,
maxNumValue: '10',
showFirNum:'',
showMaxNum:''
};
},
computed: {},
......@@ -328,6 +330,8 @@
console.log(res, 'res');
this.currentIndex = res.data.level;
this.maxNumValue = res.data.preNum;
this.showFirNum = res.data.level,
this.showMaxNum = res.data.preNum;
}
});
},
......@@ -581,6 +585,7 @@
type: 'success',
});
this.centerDialogVisible = false;
this.getLevelAndDayCount();
}
});
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册