diff --git a/package.json b/package.json index 6a4120f..580c64f 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,9 @@ "node": ">=8.9", "npm": ">= 3.0.0" }, + "resolutions": { + "**/lodash": "4.17.21" + }, "browserslist": [ "> 1%", "last 2 versions" diff --git a/src/views/construction-person/attendance-manage/card-replacement-apply/add-apply-form.vue b/src/views/construction-person/attendance-manage/card-replacement-apply/add-apply-form.vue index 585b155..541a165 100644 --- a/src/views/construction-person/attendance-manage/card-replacement-apply/add-apply-form.vue +++ b/src/views/construction-person/attendance-manage/card-replacement-apply/add-apply-form.vue @@ -178,7 +178,7 @@ import { editCardReplacementApplyAPI, } from '@/api/construction-person/attendance-manage/card-replacement-apply' import { getCardReplacementAuditDetailAPI } from '@/api/construction-person/attendance-manage/card-replacement-audit' -import debounce from 'lodash/debounce' +// import debounce from 'lodash/debounce' export default { name: 'AddApplyForm', props: { diff --git a/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue b/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue index 3909e57..8f844ae 100644 --- a/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue +++ b/src/views/construction-person/red-green-light-mange/dishonesty-person/index.vue @@ -358,7 +358,6 @@ import TableModel from '@/components/TableModel' import DialogModel from '@/components/DialogModel' import UploadFileFormData from '@/components/UploadFileFormData' -import axios from 'axios' import { formLabel, columnsList, dialogConfig } from './config' import { getSubSelectListCommonFun, diff --git a/src/views/login.vue b/src/views/login.vue index b89c225..d94556b 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -41,7 +41,7 @@ v-model="loginForm.code" auto-complete="off" placeholder="验证码" - style="width: 63%" + class="code-input" @keyup.enter.native="handleLogin" > - 记住密码 @@ -68,13 +66,13 @@ :loading="loading" size="medium" type="primary" - style="width: 100%" + class="login-button" @click.native.prevent="handleLogin" > 登 录 登 录 中... -
+