mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 06:38:22 +09:00
라우터 console 체크 및 공지사항 FAQ console.log 삭제
This commit is contained in:
@@ -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') {
|
||||
|
||||
@@ -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') {
|
||||
|
||||
@@ -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 },
|
||||
},
|
||||
];
|
||||
|
||||
@@ -140,7 +140,7 @@ export default {
|
||||
},
|
||||
{
|
||||
name: 'emgYn',
|
||||
header: '긴급여부(Y/N)',
|
||||
header: '긴급여부',
|
||||
align: 'center',
|
||||
width: '10%',
|
||||
formatter: (props) => {
|
||||
|
||||
Reference in New Issue
Block a user