소스 검색

人员带出所属场所

yin_yu820 1 년 전
부모
커밋
16b15aa699
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/placeManage/placePerson/placePersonAdd.vue

+ 1 - 1
src/views/placeManage/placePerson/placePersonAdd.vue

@@ -319,7 +319,7 @@ export default {
         options.value.push(...res);
       });
       var us = JSON.parse(window.localStorage.getItem("MZ_USER"));
-      new placePerson().queryUser('15605105278').then((res) => {
+      new placePerson().queryUser(us).then((res) => {
         inputForm.value.location.id = res.location
         
         new PlaceRegister().queryById(res.location).then((data)=>{