邓洁: 修改bug

This commit is contained in:
邓洁
2023-12-29 21:54:56 +08:00
parent 253a6ed387
commit 7a2a586d67
7 changed files with 40 additions and 36 deletions

View File

@@ -93,8 +93,8 @@ const handleSave = async () => {
tunnelName: form.value.tunnelName,
serialNumber: form.value.serialNumber,
remarks: form.value.remarks,
// constructionLength:form.value.constructionLength,
constructionLength: 500,
constructionLength:form.value.constructionLength,
// constructionLength: 500,
tunnelLength: form.value.totalLength,
isDefault: form.value.isDefault,
modelEquipmentList: await store.getEquipmentList(),