|
@@ -114,7 +114,7 @@ const handleConfirm = async (showTips = false) => {
|
|
|
caseId: props.caseId,
|
|
caseId: props.caseId,
|
|
|
shareAuth: shareAuthVal,
|
|
shareAuth: shareAuthVal,
|
|
|
mapShow: mapShowVal,
|
|
mapShow: mapShowVal,
|
|
|
- shareAuthCode:shareAuthVal ? shareAuthCode.value : 0,
|
|
|
|
|
|
|
+ shareAuthCode:shareAuthVal ? shareAuthCode.value : '',
|
|
|
});
|
|
});
|
|
|
// if(shareAuthVal){
|
|
// if(shareAuthVal){
|
|
|
// await (shareRef.value as any)?.submit(true);
|
|
// await (shareRef.value as any)?.submit(true);
|