diff --git a/src/pages/localTool/standardWarning.vue b/src/pages/localTool/standardWarning.vue index c291b649e..b3e04056e 100644 --- a/src/pages/localTool/standardWarning.vue +++ b/src/pages/localTool/standardWarning.vue @@ -14,7 +14,7 @@
- + - + { - this.height = $(".content").height(); - }; + // this.height = $(".content").height(); + // window.onresize = () => { + // this.height = $(".content").height(); + // }; //从数据库中查询下拉框数据 this.$http.get("sys/dictype/getDicTypeListCode", {}, { _this: this @@ -820,7 +820,6 @@ export default { }) let arr = result.newItems.records arr.forEach(item => { - console.log(item.applyType) // 适用车型转换 if (item.applyType !== null) { let k = (item.applyType || "").split(",");