From 59cc6d93fc74816c6a852a457c235aa115ce6fdf Mon Sep 17 00:00:00 2001 From: guoyue Date: Thu, 8 Sep 2022 14:37:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?=E5=92=8C=E7=94=B5=E8=AF=9D=E6=94=B9=E4=B8=BA=E6=89=8B=E5=8A=A8?= =?UTF-8?q?=E5=A1=AB=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/PutOnTheShelf.vue | 44 ++++++++++--------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index 989cceb7..5e567ebe 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -692,27 +692,29 @@ data.value.list.push(item) } }) - } else if (item.name === '部门联系人') { - if (!item.note1) { - getUserInfo().then(({ data: res1 }) => { - console.log(res1.data) - item.note1 = res1.data.realName || '' - }) - data.value.list.push(item) - } else { - data.value.list.push(item) - } - } else if (item.name === '部门联系人电话') { - if (!item.note1) { - getUserInfo().then(({ data: res1 }) => { - console.log(res1.data) - item.note1 = res1.data.mobile || '' - }) - data.value.list.push(item) - } else { - data.value.list.push(item) - } - } else if (item.name === '来源应用') { + } + // else if (item.name === '部门联系人') { + // if (!item.note1) { + // getUserInfo().then(({ data: res1 }) => { + // console.log(res1.data) + // item.note1 = res1.data.realName || '' + // }) + // data.value.list.push(item) + // } else { + // data.value.list.push(item) + // } + // } else if (item.name === '部门联系人电话') { + // if (!item.note1) { + // getUserInfo().then(({ data: res1 }) => { + // console.log(res1.data) + // item.note1 = res1.data.mobile || '' + // }) + // data.value.list.push(item) + // } else { + // data.value.list.push(item) + // } + // } + else if (item.name === '来源应用') { queryApplicationRelByResourceId({ referenceId: 0, }).then((res) => {