From 3feca96ea29b5fe842c00fa1de7e08b17a86279e Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Wed, 19 Feb 2025 17:34:27 +0800 Subject: [PATCH] no message --- pages/outbound/shelf-bind-2nd.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages/outbound/shelf-bind-2nd.vue b/pages/outbound/shelf-bind-2nd.vue index 1a91d04..651010f 100644 --- a/pages/outbound/shelf-bind-2nd.vue +++ b/pages/outbound/shelf-bind-2nd.vue @@ -52,7 +52,8 @@ - + + @@ -88,6 +89,7 @@ let res = await getPointStatus(e) this.dataList = [] this.dataList.push(res) + this.val2 = res.vehicle_code }, toEmpty () { this.val1 = '' @@ -106,6 +108,9 @@ async _bindOrUnbind (type) { try { let res = await bindOrUnbind(this.val1, this.val2, type) + if (res.code === '200') { + this._getPointStatus(this.val1) + } this.disabled = false uni.showToast({ title: res.msg,