浏览代码

分配时会显示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;
             },
           },
           {