tangning 10 months ago
parent
commit
5745fee93d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/lanUser/adddetailsModal.vue

+ 1 - 1
src/views/lanUser/adddetailsModal.vue

@@ -182,7 +182,7 @@
       }
       async function handleOk() {
             let res = await jyUserPlatformadd({
-              ...active,
+              ...active.value,
               id: modelRef.value,
             });
             context && context.emit('ok', res);