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 => {