From fe70ca5799b3b36a6d567464b545782728b2afed Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 11 七月 2025 18:04:58 +0800 Subject: [PATCH] 测试完成 --- src/views/repositoryai/templateku/configurat/taskub.vue | 47 ++++++++++++++++++++++++----------------------- 1 files changed, 24 insertions(+), 23 deletions(-) diff --git a/src/views/repositoryai/templateku/configurat/taskub.vue b/src/views/repositoryai/templateku/configurat/taskub.vue index 4c9e2c3..db1bbe5 100644 --- a/src/views/repositoryai/templateku/configurat/taskub.vue +++ b/src/views/repositoryai/templateku/configurat/taskub.vue @@ -272,7 +272,7 @@ </el-option> </el-select> </el-form-item> - <el-row> + <!-- <el-row> <el-col :span="20" ><el-form-item label="閫傜敤绉戝" prop="region"> <el-select @@ -317,7 +317,7 @@ </el-option> </el-select> </el-form-item ></el-col> - </el-row> + </el-row> --> <el-row> <el-col :span="12" ><el-form-item label="寮�鍦虹櫧" prop="revisitBefore"> @@ -1465,6 +1465,7 @@ illnesslistget, getillness, getgenerallist, + depthospgetsondel } from "@/api/AiCentre/index"; import OptionalForm from "@/components/OptionalForm"; //姝e垯缁勪欢 import { getToken } from "@/utils/auth"; @@ -1507,7 +1508,7 @@ ruleForm: { templateName: "", revisitBefore: - "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾偍濂斤紒鎴戜滑鏄禉涓尰澶т簩闄㈢殑鍖绘姢浜哄憳锛屼负浜嗘洿濂藉湴浜嗚В鎮ㄧ殑搴峰鎯呭喌锛岃鎮ㄦ娊涓�鐐瑰疂璐垫椂闂达紝瀹屾垚杩欎唤闅忚銆�", + "浜茬埍鐨勬偅鑰�/瀹跺睘锛屾偍濂斤紒鎴戜滑鏄棤閿″効绔ュ尰闄㈢殑鍖绘姢浜哄憳锛屼负浜嗘洿濂藉湴浜嗚В鎮ㄧ殑搴峰鎯呭喌锛岃鎮ㄦ娊涓�鐐瑰疂璐垫椂闂达紝瀹屾垚杩欎唤闅忚銆�", revisitAfter: "璇锋偍娉ㄦ剰浼戞伅鍜岃惀鍏伙紝鐢熸椿涓婅鍔抽�哥粨鍚堬紝閫傚綋閿荤偧锛屾垝鐑熼檺閰掞紝淇濇寔蹇冩儏鑸掔晠锛屽畾鏈熷璇娿�傞偅鏈鍥炶灏卞埌杩欓噷锛岀鎮ㄨ韩浣撳仴搴凤紒", ivrLibaTemplateTagList: [], @@ -1749,27 +1750,27 @@ this.tempDetpRelevanceslist = []; this.tempbelongWards = []; - if (this.id) { - depthospgetsonlist(this.queryParamsdept).then((res) => { - if (res.code == 200) { - let arr = res.rows; - console.log(arr, "arr"); + // if (this.id) { + // depthospgetsonlist(this.queryParamsdept).then((res) => { + // if (res.code == 200) { + // let arr = res.rows; + // console.log(arr, "arr"); - arr.forEach((item) => { - if (item.deptType == 1) { - console.log(this.deptlist, "11"); - this.deptlist.push(item); - console.log("22"); - this.tempDetpRelevanceslist.push(item.deptCode); - } else if (item.deptType == 2) { - this.hosplist.push(item); - this.tempbelongWards.push(item.deptCode); - console.log("33"); - } - }); - } - }); - } + // arr.forEach((item) => { + // if (item.deptType == 1) { + // console.log(this.deptlist, "11"); + // this.deptlist.push(item); + // console.log("22"); + // this.tempDetpRelevanceslist.push(item.deptCode); + // } else if (item.deptType == 2) { + // this.hosplist.push(item); + // this.tempbelongWards.push(item.deptCode); + // console.log("33"); + // } + // }); + // } + // }); + // } // 鐤剧梾 getillnesslist({ -- Gitblit v1.9.3