This commit is contained in:
shidongli 2024-08-02 10:09:22 +08:00
parent 85575c22f2
commit 862e436b69
2 changed files with 1 additions and 14 deletions

View File

@ -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,

View File

@ -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>