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 | 44 ++++++++++++++++++++++---------------------- 1 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/views/repositoryai/templateku/configurat/taskub.vue b/src/views/repositoryai/templateku/configurat/taskub.vue index 2421f41..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"> @@ -1750,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