浏览代码

补充提交

JohnnyChan 2 天之前
父节点
当前提交
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);