remove console.log

This commit is contained in:
LiuHao 2023-04-17 20:50:00 +08:00
parent e7c777ac50
commit c25842a0e5

View File

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