라우터 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

@@ -313,9 +313,9 @@ export default {
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.insertNotice(fd).then((response) => {
if (response.data.retCode == '0000') {

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') {

View File

@@ -6,14 +6,12 @@ export default [
path: '/homeMgt/notice',
component: Notice,
name: 'notice',
props: true,
meta: { public: false },
},
{
path: '/homeMgt/faq',
component: Faq,
name: 'faq',
props: true,
meta: { public: false },
},
];

View File

@@ -140,7 +140,7 @@ export default {
},
{
name: 'emgYn',
header: '긴급여부(Y/N)',
header: '긴급여부',
align: 'center',
width: '10%',
formatter: (props) => {