| north-glass-erp/northglass-erp/src/components/sd/order/OrderOtherMoney.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
north-glass-erp/northglass-erp/src/components/sd/order/OrderOtherMoney.vue
@@ -144,13 +144,13 @@ otherMoney:{} }) onMounted(()=>{ if(Object.keys(prop.otherMoney).length === 0){ if(Object.keys(prop.otherMoney).length === 0 || prop.otherMoney===null){ return } xGrid.value.reloadData(prop.otherMoney.filter(item => item.column.indexOf('M')>-1)) }) watch(prop,(newVal)=>{ if(Object.keys(prop.otherMoney).length === 0){ if(Object.keys(prop.otherMoney).length === 0 || prop.otherMoney===null){ return } xGrid.value.reloadData(prop.otherMoney.filter(item => item.column.indexOf('M')>-1))