Prechádzať zdrojové kódy

人员带出所属场所

yin_yu820 1 rok pred
rodič
commit
16b15aa699

+ 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)=>{