Browse Source

新增修改时保存触发

web100 2 năm trước cách đây
mục cha
commit
074e5daf61
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/corpType/index.vue

+ 1 - 0
src/components/corpType/index.vue

@@ -115,6 +115,7 @@ export default {
     //新增修改时保存触发
     rowSave(row, done, loading) {
       row.corpType = customerParameter.code;
+      console.log(row);
       typeSave(row).then(
         res => {
           this.$message({