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