chenyc
2025-08-13 8635962f39c2d896cd521dc794d97d34a8f60ed6
src/views/jifenShangCheng/index.vue
@@ -124,7 +124,7 @@
            <dizhi @fanhui-fun="feihuDizhi" ref="dizhiRef"></dizhi>
        </div>
        <div>
            <gouwuche ref="gouwucheRef"></gouwuche>
            <gouwuche ref="gouwucheRef" @fanhui-fun="feihuGwc"></gouwuche>
        </div>
        <div>
            <myOrder ref="myOrderRef"></myOrder>
@@ -273,6 +273,9 @@
            patientAddress:row.address,
        }
    }
    const feihuGwc=()=>{
        getListGwc()
    }
    const getListGwc=()=>{
        ajaxPost('/eshop/cart/list',`page=0&size=0&wherecondition=patient_code=\'${patientInfo.value.patientInfo.code}\'`)
            .then((re:any)=>{