Browse Source

YT-937 详情弹出

intex
lijuncheng 1 week ago
parent
commit
71d5cf7e55
  1. 2
      src/pages/deliver/coms/jobInfoPopup.vue

2
src/pages/deliver/coms/jobInfoPopup.vue

@ -61,7 +61,9 @@
methods: {
openPopup(val) {
this.dataContent = val;
setTimeout(res => {
this.$refs.popup.open('bottom')
}, 500)
},
closePopup() {
this.$refs.popup.close()

Loading…
Cancel
Save