Browse Source

YT-937 详情弹出

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

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

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

Loading…
Cancel
Save