ysy 2 年 前
親
コミット
92de0cae57
1 ファイル変更、1 行追加、0 行削除
  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() {
+      console.log(this.form)
       this.$refs.tableForm.validate((valid) => {
         if (valid) {
           categoryVehicle(this.form).then(res => {