From ffedc806f93a65de2159c569af64c3323e4ce17b Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 13 二月 2025 16:21:46 +0800 Subject: [PATCH] feat:注册页面承运单位修改必填 --- pages/loadUnload-page/selectTarget/selectTarget.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/loadUnload-page/selectTarget/selectTarget.vue b/pages/loadUnload-page/selectTarget/selectTarget.vue index f21f595..1b6b060 100644 --- a/pages/loadUnload-page/selectTarget/selectTarget.vue +++ b/pages/loadUnload-page/selectTarget/selectTarget.vue @@ -64,7 +64,7 @@ <u-button type="primary" shape="circle" text="鎻愪氦" - @click.stop="formHandle"></u-button> + @click.native.stop="formHandle"></u-button> </view> <!-- 鐓ゅ満 --> <u-action-sheet :actions="firstClassActionsList" @@ -203,7 +203,7 @@ this.selectedCoal = e }, formHandle() { - if (!this.dataForm.firstClass || !this.dataForm.secondClass) return this.$u.toast('璇烽�夋嫨鐓ゅ満鎴栬�呯叅浠�') + if (!this.dataForm.firstClass || !this.dataForm.secondClass || !this.dataForm.orderType) return this.$u.toast('璇烽�夋嫨鐓ゅ満鎴栬�呯叅浠撳拰纾呭崟绫诲瀷') if (this.selectedCoal.length === 0) return this.$u.toast('璇烽�夋嫨鐓ょ') this.$reqPost('updateUser', Object.assign(this.userInfo, { responsibilityCoal: this.selectedCoal.join(), -- Gitblit v1.9.1