Browse Source

bug 修复

lilei 2 years ago
parent
commit
3ab1f73b2d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/salesManagement/waitDispatch/dsModal.vue

+ 0 - 1
src/views/salesManagement/waitDispatch/dsModal.vue

@@ -154,7 +154,6 @@ export default {
       _this.$refs.ruleForm.validate(valid => {
       _this.$refs.ruleForm.validate(valid => {
         if (valid) {
         if (valid) {
           const formData = JSON.parse(JSON.stringify(_this.form))
           const formData = JSON.parse(JSON.stringify(_this.form))
-          console.log(formData, 'formData')
           _this.$emit('ok', formData)
           _this.$emit('ok', formData)
           _this.isShow = false
           _this.isShow = false
         } else {
         } else {