src/views/parcel/parcel.vue @@ -213,7 +213,6 @@ }, methods: { beforeOpen(done, type) { console.log(type); if (["view"].includes(type)) { getDetail(this.form.imgUrl).then(res => { this.form = res.data.data;