From 434823f8e7d0240f05edfb191b43a922a7fbe98d Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期日, 22 六月 2025 14:55:45 +0800 Subject: [PATCH] no message --- construction-data/src/components/datav/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/construction-data/src/components/datav/index.vue b/construction-data/src/components/datav/index.vue index d3f5433..e5deecc 100644 --- a/construction-data/src/components/datav/index.vue +++ b/construction-data/src/components/datav/index.vue @@ -63,7 +63,7 @@ <span>閫夋嫨鐩爣鍙戣揣鍖�</span> <el-divider/> <el-row :gutter="15"> - <el-col v-for="(palt, index) in platforms" :key="index" :span="7" @click.native="bindShipping(palt, scope)"> + <el-col v-for="(palt, index) in platforms" :key="index" :span="7" @click.native="bindShipping(palt)"> <div class="platform" >{{palt.platformNo}}</div> </el-col> </el-row> @@ -241,9 +241,9 @@ this.slapLight(item) }, //璁㈠崟鍏ュ簱闆嗚揣鍖�,骞舵墦鍗板崟鎹� - bindShipping(plat, item) { + bindShipping(plat) { this.visible = false - let order = item.row + let order = this.selectOrder if (order == null) { this.$message.error("褰撳墠璁㈠崟淇℃伅涓嶅瓨鍦紝璇疯仈绯荤鐞嗗憳锛侊紒") return -- Gitblit v1.9.1