수정
This commit is contained in:
parent
c733197336
commit
a2f2199587
@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -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 = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user