yangan
2025-02-10 6ebd978221c7bf469f5e1d821b4345101357ca4c
pages/loadUnload-page/selectTarget/selectTarget.vue
@@ -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(),