diff --git a/acupuncture-前台/src/views/followFile/work.vue b/acupuncture-前台/src/views/followFile/work.vue index 76248d768..e08e63d11 100644 --- a/acupuncture-前台/src/views/followFile/work.vue +++ b/acupuncture-前台/src/views/followFile/work.vue @@ -95,7 +95,7 @@ + @click="handleDetails(scope.row)"> 查看详情 @@ -111,7 +111,7 @@ :limit.sync="queryParams.pageSize" @pagination="getList" /> - + - - + + @@ -167,7 +167,6 @@ name: "Notice", data() { return { - options: [{ label: "患者原因", options: [{ @@ -261,6 +260,7 @@ title: "", // 弹出层标题 open: false, // 是否显示弹出层 open1: false, // 是否显示弹出层 + open1Disabled:false, importOpen: false, // 导入弹窗 // 查询参数 queryParams: { @@ -358,6 +358,7 @@ /** 随访 */ handleFollow(row) { this.open1 = true; + this.open1Disabled = false this.form = { id: row.id, followuper: "", @@ -372,6 +373,12 @@ this.form = JSON.parse(JSON.stringify(row)); this.form.status = 2 }, + handleDetails(row){ + this.open1 = true; + this.open1Disabled = true + this.form = JSON.parse(JSON.stringify(row)); + + }, // 标记待随访 handleBeFollow(row) { let form = JSON.parse(JSON.stringify(row));