diff --git a/src/component/Detail/model/index.vue b/src/component/Detail/model/index.vue index e4741261..aa4af4f6 100644 --- a/src/component/Detail/model/index.vue +++ b/src/component/Detail/model/index.vue @@ -94,11 +94,11 @@ export default defineComponent({ } const revocation = ()=>{//撤回 emit('revocation') - getDetailListDom.position.updataPosition() + // getDetailListDom.position.updataPosition() } const oppositeRevocation = ()=>{//反撤回 emit('oppositeRevocation') - getDetailListDom.position.updataPosition() + // getDetailListDom.position.updataPosition() } //图片按下样子