tangning 10 mesi fa
parent
commit
5745fee93d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);