ysy 1 year ago
parent
commit
92de0cae57
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/material/product/components/goodsAllocation.vue

+ 1 - 0
src/views/material/product/components/goodsAllocation.vue

@@ -418,6 +418,7 @@ export default {
     },
     },
 
 
     save() {
     save() {
+      console.log(this.form)
       this.$refs.tableForm.validate((valid) => {
       this.$refs.tableForm.validate((valid) => {
         if (valid) {
         if (valid) {
           categoryVehicle(this.form).then(res => {
           categoryVehicle(this.form).then(res => {