|
|
|
@ -402,7 +402,12 @@ const showExamineModal = (record) => {
|
|
|
|
formState.address = record.address || "";
|
|
|
|
formState.address = record.address || "";
|
|
|
|
formState.businessCooperationId = record.id || "";
|
|
|
|
formState.businessCooperationId = record.id || "";
|
|
|
|
entryShowExamine.value = true;
|
|
|
|
entryShowExamine.value = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
submitForm.value.address = record.address || "";
|
|
|
|
|
|
|
|
submitForm.value.lat = record.lat || "";
|
|
|
|
|
|
|
|
submitForm.value.lng = record.lng || "";
|
|
|
|
|
|
|
|
formState.lngLatStr = record.lng+','+record.lat;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
const entryClickExamine = async () => {
|
|
|
|
const entryClickExamine = async () => {
|
|
|
|
// 将 consultUserIds 数组转为逗号分隔的字符串
|
|
|
|
// 将 consultUserIds 数组转为逗号分隔的字符串
|
|
|
|
|