refactor code

This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-19 12:45:19 +09:00
parent 7e9bd540ed
commit a5c35809fa
2 changed files with 2 additions and 5 deletions

View File

@ -97,7 +97,6 @@ export default {
},
watch: {
selectedObjId(val) {
console.log(val);
if (val === 'TAG') {
this.detailList[1].class = 'd-none ';
this.detailList[2].class = 'd-block pl-4 mt-2';