diff --git a/package-lock.json b/package-lock.json index 1ebd4cc..c145225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2603,6 +2603,12 @@ "resolved": "https://registry.npm.taobao.org/@types/json-schema/download/@types/json-schema-7.0.5.tgz", "integrity": "sha1-3M5EMOZLRDuolF8CkPtWStW6xt0=" }, + "@types/lodash": { + "version": "4.14.182", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.182.tgz", + "integrity": "sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==", + "dev": true + }, "@types/minimatch": { "version": "3.0.3", "resolved": "https://registry.npm.taobao.org/@types/minimatch/download/@types/minimatch-3.0.3.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40types%2Fminimatch%2Fdownload%2F%40types%2Fminimatch-3.0.3.tgz", diff --git a/package.json b/package.json index 9010c37..304f2fe 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "vuex": "^3.5.1" }, "devDependencies": { + "@types/lodash": "^4.14.182", "@vue/cli-plugin-babel": "^4.4.6", "@vue/cli-service": "^4.4.6", "element-theme-chalk": "^2.15.7", diff --git a/src/components/base-dialog/addOrUpdate/index.vue b/src/components/base-dialog/addOrUpdate/index.vue index 844f645..80c5b4e 100644 --- a/src/components/base-dialog/addOrUpdate/index.vue +++ b/src/components/base-dialog/addOrUpdate/index.vue @@ -44,7 +44,7 @@ -