From cb5eb60b65d27ca8e2cbc43eb9296980fab08267 Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Mon, 18 Jul 2022 18:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E6=8C=82=E6=8E=A5-=E5=BD=92?= =?UTF-8?q?=E5=B1=9E=E9=83=A8=E9=97=A8=E7=BB=99=E6=88=91=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=87=BA=E6=9D=A5=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../putOnTheShelf/components/inputSelectCheckbox.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/back/src/views/modules/putOnTheShelf/components/inputSelectCheckbox.vue b/back/src/views/modules/putOnTheShelf/components/inputSelectCheckbox.vue index b3b00168..380d7837 100644 --- a/back/src/views/modules/putOnTheShelf/components/inputSelectCheckbox.vue +++ b/back/src/views/modules/putOnTheShelf/components/inputSelectCheckbox.vue @@ -126,12 +126,12 @@ export default { dataList.push(element) }) this.options = dataList - // if (!this.data.note1) { - // this.$http.get('/sys/user/info').then(({ data: res }) => { - // console.log(res.data) - // this.data.note1 = res.data.deptId - // }) - // } + if (!this.data.note1) { + this.$http.get('/sys/user/info').then(({ data: res }) => { + console.log(res.data) + this.data.note1 = res.data.deptId + }) + } }) } else if (this.data.name === '部门联系人') { // this.$http.get('/sys/dept/all').then(res => {