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;