From 179238a76c7263add3bc199426b97846269c278f Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Wed, 24 Nov 2021 13:48:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E4=BA=86=E4=B8=80=E7=82=B9=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standardWarning.vue | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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(",");