邓洁: 修改bug

This commit is contained in:
邓洁
2023-12-30 21:42:08 +08:00
parent a5602f03cd
commit 043a22cabb
5 changed files with 37 additions and 22 deletions

View File

@@ -80,6 +80,9 @@ const handleGoTunnelMgr = () => {
router.push("/tunnel/" + form.value.siteId + "/" + type + "/" + userId);
};
const handleSave = async () => {
if(form.value.constructionLength==null){
form.value.constructionLength=0
}
const data = {
tunnelId: tunnelId,
tunnelName: form.value.tunnelName,