From e910ef7b222fd03f178954c6f55d595e9a02cbad Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期三, 13 九月 2023 16:00:28 +0800 Subject: [PATCH] ysjm --- src/views/doctor/check/index.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index 6e5fb1d..18c1cd1 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -129,8 +129,7 @@ </el-radio-group> </div> </template> - - <el-table :data="proParentList.sons" border height="460px" style="width: 96%; margin: 10px 10px"> + <el-table v-loading="loading" :data="proParentList.sons" border height="460px" style="width: 96%; margin: 10px 10px"> <el-table-column prop="project.proName" label="妫�娴嬮」鐩�" width="150"> <!-- <template slot-scope="scope"> {{ scope.row.project.proName }} @@ -434,10 +433,11 @@ // this.$refs.aaa.open = true; // this.$refs.aaa.getList(); }, - // 瑙勫垯 - handleguize(row) { + // 瑙勫垯 + handleguize(row) { this.row = row this.$refs.aaa.open = true; + this.$refs.aaa.title = "璇婃柇缁撴灉缁撹"; this.$refs.aaa.getList(this.row); }, @@ -511,8 +511,9 @@ this.submitForm(); }, - // 鐐瑰嚮璇︽儏 - handleClick(row) { + // 鐐瑰嚮璇︽儏 + handleClick(row) { + this.loading = true; this.drawer = true; this.tableAll = row; if (this.tableAll.cusSex === 0) { @@ -541,6 +542,7 @@ }; getParentId(data).then((response) => { this.proParentList = response.data; + this.loading = false; this.value = []; if (this.proParentList.xiaoJie.length != 0) { this.proParentList.xiaoJie.forEach((item2) => { -- Gitblit v1.8.0