yangan
2024-11-12 3eaf9655d591907e14e0d0c3ee82cba06210ca97
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(),