修改
This commit is contained in:
parent
85575c22f2
commit
862e436b69
@ -947,8 +947,6 @@ export default {
|
||||
this.$router.push({
|
||||
path: "/task/followupsee",
|
||||
query: {
|
||||
dataile:'handel',
|
||||
|
||||
path: "/task/followup",
|
||||
patientId: row.patientId,
|
||||
taskNodeType: row.taskNodeType,
|
||||
@ -982,7 +980,6 @@ export default {
|
||||
this.$router.push({
|
||||
path: "/task/followupdetails",
|
||||
query: {
|
||||
dataile:'dataile',
|
||||
path: "/task/followup",
|
||||
patientId: row.patientId,
|
||||
taskNodeType: row.taskNodeType,
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
<div class="gender">患者电话:{{ list.patientPhone }}</div>
|
||||
<div class="gender">出生日期:{{ list.birthDate }}</div>
|
||||
|
||||
<div class="source" v-if="activeName == 'six' && $route.query.dataile=='handel'">
|
||||
<div class="source" v-if="activeName == 'six'">
|
||||
<div class="item" @click="submitbut">
|
||||
<el-button plain>保存</el-button>
|
||||
</div>
|
||||
@ -63,16 +63,6 @@
|
||||
<el-tab-pane
|
||||
label="任务处理"
|
||||
name="six"
|
||||
v-if="$route.query.dataile == 'handel'"
|
||||
>
|
||||
<keep-alive>
|
||||
<Taskprocess v-if="activeName == 'six'" ref="process"></Taskprocess>
|
||||
</keep-alive>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane
|
||||
label="任务详情"
|
||||
name="six"
|
||||
v-if="$route.query.dataile == 'dataile'"
|
||||
>
|
||||
<keep-alive>
|
||||
<Taskprocess v-if="activeName == 'six'" ref="process"></Taskprocess>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user