From 84a9297d616a8db97330e3daa6b92974bb738fa5 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期一, 28 七月 2025 16:38:30 +0800 Subject: [PATCH] 1 --- src/views/system/user/index.vue | 4 ++++ src/views/doctor/checkAll/index.vue | 11 ++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 6041adc..f0a9a02 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -808,7 +808,6 @@ style="width: 100%" :header-cell-style="{ background: '#67C23A' }" :row-key="getRowKeys" - v-loading="loading" > <!-- :expand-row-keys="expends" --> <el-table-column type="expand"> @@ -2581,7 +2580,7 @@ }, yichangjieguo() { - this.isLoading = true; + this.loading = true; this.status1 = 0; this.yichangList = []; yichang({ @@ -3339,6 +3338,7 @@ let tjNumber = this.tableAll.tjNumber; let tjh = this.tableAll.tjNumber; let advice = this.textarea1; + this.isLoading = true; let data = { tjNumber, advice, @@ -3365,7 +3365,8 @@ getTjdetailList(data) .then((response) => { if (response.code === 200) { - this.$modal.msgSuccess("鎻愪氦鎴愬姛"); + this.isLoading = false; + this.$modal.msgSuccess(response.msg); // 娓呯┖瀛楁 this.zhiyeJl = ""; this.zhiyeJg = ""; @@ -3376,7 +3377,7 @@ state: 1, id: this.MsgId, }; - gettoPdf(tjNumber) + /* gettoPdf(tjNumber) .then((res) => { this.$modal.msgSuccess("宸茬敓鎴愭姤鍛婏紒璇峰墠寰�鎶ュ憡鏍告敹椤甸潰纭锛�"); }) @@ -3384,7 +3385,7 @@ this.$modal.msgError( "鎵撳嵃鎶ュ憡澶辫触锛岃鍓嶅線鎶ュ憡鎵撳嵃椤甸潰琛ユ墦鎶ュ憡锛�" ); - }); + }); */ const statePromise = getfiedState(reportData).then(() => { this.drawer = false; }); diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 9af6e29..3f97217 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -1877,6 +1877,10 @@ this.getlistHosp(); this.reset(); this.form = row; + this.form = { + ...row, + deptId: row.deptId != null ? String(row.deptId) : null, // 馃憟 纭繚涓哄瓧绗︿覆 + }; if (this.form.hospId) { this.sendhospName(); } -- Gitblit v1.8.0