refactor (slight, although many files)
This commit is contained in:
@@ -145,7 +145,7 @@ export default {
|
||||
this.filterName = newVal;
|
||||
},
|
||||
activePageComputedByRoute (newVal) {
|
||||
console.log('activePageComputedByRoute newVal', newVal);
|
||||
// console.log('activePageComputedByRoute newVal', newVal);
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
@@ -162,7 +162,7 @@ export default {
|
||||
* @param {event} event 選取 Navbar 選項後傳入的值
|
||||
*/
|
||||
onNavItemBtnClick(event) {
|
||||
console.log('onNavItemBtnClick');
|
||||
// console.log('onNavItemBtnClick');
|
||||
let type;
|
||||
let fileId;
|
||||
let isCheckPage;
|
||||
|
||||
Reference in New Issue
Block a user