From 3435a2b1b3e237ee53c98ae7c044d0e84cfa521c Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期四, 25 一月 2024 18:01:18 +0800 Subject: [PATCH] su --- src/views/system/dept/index.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 1eb767f..685b27a 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -267,7 +267,7 @@ v-for="dict in hospList" :key="dict.hospAreaName" :label="dict.hospAreaName" - :value="dict.hospAreaName" + :value="dict.hospAreaId" /> </el-select> </el-form-item> @@ -421,7 +421,6 @@ components: { Treeselect }, data() { let checkPhoneNum = (rule, value, callback) => { - console.log(value); let patter = new RegExp(/^1\s*[3456789]\s*(\d\s*){9}$/); if (value == "" && value == undefined && !value) { return callback(""); @@ -527,6 +526,7 @@ getlistHosp() { listHosp(this.queryParams).then((response) => { this.hospList = response.rows; + console.log(this.hospList); }); }, /** 杞崲閮ㄩ棬鏁版嵁缁撴瀯 */ @@ -659,11 +659,9 @@ // console.log(11111) // this.reset(); this.form = row; - console.log(this.form ) // this.form.parentId = this.form.parentId.toString() if(this.form.parentId == 0){ this.deptOption.push({ "id": 0, "label": "涓荤被鐩�", }); - console.log(this.deptOption); } this.open = true; this.title = "绉戝淇℃伅缁存姢 "; -- Gitblit v1.8.0