提交 74627ea3 编写于 作者: lyf's avatar lyf

修改对应值

上级 a44ac5de
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
:visible.sync="rematchingVisible" :visible.sync="rematchingVisible"
@close="cancel" @close="cancel"
> >
<div class="message" v-if="bizType == 10">温馨提示:点击确定后,预约单状态将回退为"待匹配医生"状态</div>
<div class="message" v-else>温馨提示:点击确定后,预约单状态将回退为"已匹配"状态</div>
<!-- <el-row :gutter="30" class="row search" type="flex" style="margin-bottom:0;">--> <!-- <el-row :gutter="30" class="row search" type="flex" style="margin-bottom:0;">-->
<el-form <el-form
ref="setForm" ref="setForm"
...@@ -139,4 +142,10 @@ export default { ...@@ -139,4 +142,10 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.message{
color: #f56c6c;
font-size: 14px;
text-align: center;
margin-bottom: 30px;
}
</style> </style>
...@@ -275,7 +275,7 @@ export const ALL_TAB_LIST = [ ...@@ -275,7 +275,7 @@ export const ALL_TAB_LIST = [
}, },
{ {
label: '已匹配', label: '已匹配',
active: '21' active: '102'
}, },
{ {
label: '待分诊', label: '待分诊',
......
...@@ -439,9 +439,11 @@ export default { ...@@ -439,9 +439,11 @@ export default {
}, },
watch: { watch: {
$route: { $route: {
handler(newVal, oldVal) { handler(newVal, oldVal) {
if (newVal) { if (newVal) {
this.isUp=false; this.isUp=false;
this.reset()
this.init(); this.init();
} }
...@@ -508,7 +510,7 @@ export default { ...@@ -508,7 +510,7 @@ export default {
this.getTabs().then((res)=>{ this.getTabs().then((res)=>{
console.log(res) console.log(res)
if(res){ if(res){
this.reset() this.getsearch();
} }
}); });
...@@ -744,7 +746,7 @@ export default { ...@@ -744,7 +746,7 @@ export default {
doneTimeBegin: "", doneTimeBegin: "",
doneTimeEnd: "", doneTimeEnd: "",
}); });
this.getsearch();
}, },
// 导出 // 导出
download() { download() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册