From dee98463b745fa4cdda8aaedd6d074e5b468b754 Mon Sep 17 00:00:00 2001
From: JiilingLee <462362@qq.com>
Date: Thu, 26 Oct 2023 15:35:50 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E5=86=8C=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/archives/packages/index.vue | 50 ++++++++++++++++++---------
1 file changed, 34 insertions(+), 16 deletions(-)
diff --git a/src/views/archives/packages/index.vue b/src/views/archives/packages/index.vue
index 5a5db9f1..a8dcd040 100644
--- a/src/views/archives/packages/index.vue
+++ b/src/views/archives/packages/index.vue
@@ -81,14 +81,6 @@
@keyup.enter.native="handleQuery"
/>
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
{
+ this.userOptions = response.data.list;
+ });
+ },
+ handleSelectUser(val) {
+ this.form.manegeName = val.username;
+ },
/** 查询列表 */
getList() {
this.loading = true;
@@ -570,8 +588,8 @@ export default {
onArchivesSelected(obj) {
console.log(obj);
if (obj != undefined && obj != null) {
- this.form.company = obj.company;
- this.form.companyId = obj.companyId;
+ this.form.company = obj.site;
+ this.form.companyId = obj.organizationId;
this.form.depotName = obj.depotName;
this.form.depotId = obj.depotId;
this.form.cabinetName = obj.cabinetName;