소스 검색

补充提交

JohnnyChan 6 일 전
부모
커밋
d2a285ac2b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      JLHWEB/src/views/quote/mattressQuote/detail.vue

+ 1 - 0
JLHWEB/src/views/quote/mattressQuote/detail.vue

@@ -1785,6 +1785,7 @@ const save = async () => {
           itm.mattress_width = Number(itm.mattress_width ?? 0);
           itm.mattress_length = Number(itm.mattress_length ?? 0);
           itm.mattress_height = Number(mattress.mattress_height ?? 0);
+          return itm;
         });
       } catch (error) {
         ElMessage.error(error.message);