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