This commit is contained in:
khj0414 2025-03-07 12:15:41 +09:00
parent c733197336
commit a2f2199587
2 changed files with 0 additions and 2 deletions

View File

@ -114,7 +114,6 @@
// , HTML // , HTML
if (props.initialData) { if (props.initialData) {
console.log(props.initialData);
quillInstance.setContents(JSON.parse(props.initialData)); quillInstance.setContents(JSON.parse(props.initialData));
} }

View File

@ -179,7 +179,6 @@
let category = null; let category = null;
let newCodName = ''; let newCodName = '';
// //
console.log('data',data)
if(typeof(data) == 'number'){ if(typeof(data) == 'number'){
category = data; category = data;
newCodName = ''; newCodName = '';