ysy 1 年間 前
コミット
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 => {