提交 f0dbc32e authored 作者: leon's avatar leon

fix 订单创建

上级 1fc9394a
...@@ -325,7 +325,7 @@ import { setHtmlPageLang } from '/@/locales/helper'; ...@@ -325,7 +325,7 @@ import { setHtmlPageLang } from '/@/locales/helper';
const productListClone = cloneDeep(productList.value); const productListClone = cloneDeep(productList.value);
formRef.value.validate().then(() => { formRef.value.validate().then(() => {
if(isSugery){ if(isSugery.value){
productListClone.forEach((item) => { productListClone.forEach((item) => {
item.operationOrderDetailProductDetailList = item.cartProductDetailList; item.operationOrderDetailProductDetailList = item.cartProductDetailList;
}); });
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论