Browse Source

分配时会显示id

lxf 2 năm trước cách đây
mục cha
commit
a44180c6a5
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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",
             click() {
-              openAllocation.value = true;
               formAllocation.data = {
                 id: row.id,
-                userId: row.userId,
               };
+              openAllocation.value = true;
             },
           },
           {