优化现有代码问题

This commit is contained in:
mgw
2023-11-22 09:54:31 +08:00
parent 423d5cec8e
commit d6dcb6bf55
8 changed files with 14 additions and 13 deletions

View File

@@ -5,10 +5,10 @@ import {_lt} from "@web/core/l10n/translation";
import {standardFieldProps} from "@web/views/fields/standard_field_props";
import {session} from "@web/session";
import core from 'web.core';
// import core from 'web.core';
var QWeb = core.qweb;
// var QWeb = core.qweb;
import {Component} from "@odoo/owl";
@@ -43,7 +43,7 @@ export class StepViewer extends Component {
}
} else {
var oImg = document.getElementsByClassName('test')[0]
console.log(oImg)
// console.log(oImg)
}
}
}