소스 검색

分配时会显示id

lxf 2 년 전
부모
커밋
a44180c6a5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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;
             },
           },
           {