Browse Source

remove console.log

LiuHao 2 years ago
parent
commit
c25842a0e5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/tool/gen/editTable.vue

+ 0 - 1
src/views/tool/gen/editTable.vue

@@ -150,7 +150,6 @@ const submitForm = () => {
                 treeParentCode: info.value.treeParentCode,
                 parentMenuId: info.value.parentMenuId
             };
-            console.log(genTable)
             const response = await updateGenTable(genTable);
             proxy?.$modal.msgSuccess(response.msg);
             if (response.code === 200) {