From 55e2c8c7423918e31062c1225b1984af73fe44de Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 30 七月 2025 14:48:38 +0800 Subject: [PATCH] 1 --- src/views/hosp/project/index.vue | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/views/hosp/project/index.vue b/src/views/hosp/project/index.vue index 3cc1e32..bceaf93 100644 --- a/src/views/hosp/project/index.vue +++ b/src/views/hosp/project/index.vue @@ -1327,7 +1327,7 @@ this.form.lisXmbm = param1[0].pacCode; this.form.lisXmmc = param1[0].pacName; }, - /* getList() { + getList() { this.loading = true; let data = { proName: this.queryParams.proName, @@ -1339,7 +1339,7 @@ this.projectList = response.data.list; this.loading = false; }); - }, */ + }, getConsumables() { this.loading = true; listConsumables(this.queryParams).then((response) => { @@ -1665,14 +1665,12 @@ } }, handleUpdate1() { + // this.updateLoading = true; this.form = {}; - // this.form = this.xiugaiList; - // this.form.proStatus = this.form.proStatus.toString(); - // this.form.sfcyyc = this.form.sfcyyc.toString(); - // this.form.proDelivery = this.form.proDelivery.toString(); this.proParent = true; this.isPriceDisabled = true; - // 鍏堝姞杞界瀹ゅ垪琛ㄦ暟鎹紝鍐嶈缃〃鍗曟暟鎹� + + // 鍏堝姞杞界瀹ゅ垪琛ㄦ暟鎹紝鍐嶈缃〃鍗曟暟鎹� Promise.all([ listDept(this.queryParams), getlist() -- Gitblit v1.8.0