Browse Source

分配时会显示id

lxf 2 years ago
parent
commit
a44180c6a5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/customer/file/index.vue

+ 1 - 2
src/views/customer/file/index.vue

@@ -228,11 +228,10 @@ const config = computed(() => {
             },
             },
             el: "button",
             el: "button",
             click() {
             click() {
-              openAllocation.value = true;
               formAllocation.data = {
               formAllocation.data = {
                 id: row.id,
                 id: row.id,
-                userId: row.userId,
               };
               };
+              openAllocation.value = true;
             },
             },
           },
           },
           {
           {