zhangwei
2025-03-07 d3e6dd6b3032c119676efa1e9fcee3a8a8043fc5
src/pages/delivergoods/arrange.vue
@@ -338,7 +338,13 @@
            this.getList()
         },
         confirmSave() {
            console.log(this.arrangeInfo.driverId);
            if (!this.arrangeInfo.driverId) {
               this.$refs.modalArrange.loading = false
               return this.$util.showToast({
                  title: '请先选择司机!'
               })
            }
            console.log();
            this.$refs.formRef.validate().then(res => {
               if (this.isEdit) {
                  this.$api.UpDataDeliverPlans(this.arrangeInfo).then(res => {