like hace 5 meses
padre
commit
749593fb93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      snowy-admin-web/src/views/wx/index.vue

+ 1 - 1
snowy-admin-web/src/views/wx/index.vue

@@ -71,7 +71,7 @@
 		if (queryObj.value && queryObj.value.code) {
 			loading.value = true
 			alarmUserApi
-				.getwxUserInfo({ code: queryObj.value.code, orgId: orgId.value })
+				.getwxUserInfo({ code: queryObj.value.code, ...formData })
 				.then((res) => {
 					loading.value = false