From b3aeedd37c71c86e3c28a50987f2849949f4b9d3 Mon Sep 17 00:00:00 2001 From: Phoenix <64720302+Concur-max@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:12:14 +0800 Subject: [PATCH] submit --- pages/consignment-painting/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/consignment-painting/index.vue b/pages/consignment-painting/index.vue index ebcfe83..9638aed 100644 --- a/pages/consignment-painting/index.vue +++ b/pages/consignment-painting/index.vue @@ -434,8 +434,8 @@ this.getData() artworkName:'', artistName:'', artworkSquareSize:'', - warehouseID:'', - endAt:'' + warehouseID: this.listPaintings[0].warehouseID, + endAt:this.listPaintings[0].endAt }) this.$nextTick(()=>{ this.getheight() @@ -498,7 +498,6 @@ this.getData() success: (res) => { const { path } = JSON.parse(res.data).data; resolve(path); - }, }); })