tangning 10 mesiacov pred
rodič
commit
5745fee93d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);