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