라우터 console 체크 및 공지사항 FAQ console.log 삭제

This commit is contained in:
kimjhjjang
2022-11-08 14:22:42 +09:00
parent 3e2a361272
commit bb61126c09
5 changed files with 18 additions and 16 deletions

View File

@@ -353,15 +353,11 @@ export default {
delFileNo: this.delFileList.join(),
};
console.log(params);
console.log(params.delFileNo);
console.log(typeof params.delFileNo);
fd.append('key', new Blob([JSON.stringify(params)], { type: 'application/json' }));
for (var pair of fd.entries()) {
/* for (var pair of fd.entries()) {
console.log(pair[0] + ' : ' + pair[1]);
}
} */
homeMgtApi.updateNotice(fd).then((response) => {
if (response.data.retCode == '0000') {