|
@@ -318,6 +318,16 @@ export default {
|
|
|
nativePlace.value.push(...res);
|
|
|
options.value.push(...res);
|
|
|
});
|
|
|
+ var us = JSON.parse(window.localStorage.getItem("MZ_USER"));
|
|
|
+ new placePerson().queryUser('15605105278').then((res) => {
|
|
|
+ inputForm.value.location.id = res.location
|
|
|
+
|
|
|
+ new PlaceRegister().queryById(res.location).then((data)=>{
|
|
|
+ locationName.value = data.name
|
|
|
+ console.log(data,'============12345');
|
|
|
+ })
|
|
|
+ console.log(res,'===============456789');
|
|
|
+ });
|
|
|
});
|
|
|
// 证件类型
|
|
|
const idTypeName = ref("");
|
|
@@ -728,7 +738,6 @@ export default {
|
|
|
let router = useRouter();
|
|
|
//数据提交
|
|
|
const submit = () => {
|
|
|
- console.log(inputForm.value,'========================>>>>>>>>>');
|
|
|
//保存前附件处理
|
|
|
inputForm.value.workPicture = fileImg.value
|
|
|
.map((option) => option.id)
|