Explorar el Código

平曲线前缀保存

yangyj hace 1 año
padre
commit
7b05112ec3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/gauge/bezier.vue

+ 1 - 0
src/views/gauge/bezier.vue

@@ -452,6 +452,7 @@ const saveLoading = ref(false)
 const saveLineEleClick = async () => {
     let form = formLineEleValue.value
     form.partId = searchForm.value.partId
+    form.partNo = partNo.value
     if (form.id === -1 || !form.id) {
         saveLoading.value = true
         const { error, code } = await bezierApi.saveAddMileage(form)