chore: update dependencies. (#81)

pull/83/head
Ryan Wang 2020-03-04 21:36:55 +08:00 committed by GitHub
parent 0de094ba44
commit a4a08a5d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 6 deletions

14
package-lock.json generated
View File

@ -2474,9 +2474,9 @@
} }
}, },
"ant-design-vue": { "ant-design-vue": {
"version": "1.4.12", "version": "1.5.0-alpha.1",
"resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-1.4.12.tgz", "resolved": "https://registry.npmjs.org/ant-design-vue/-/ant-design-vue-1.5.0-alpha.1.tgz",
"integrity": "sha512-m+hWKF208DN8XX4s4BHCnh+XlUhJy8FUs13a9+jtZCoiQB2zpZdafJeu1LEcFaFlK7fxXfp61fWJJJm0S6ek0g==", "integrity": "sha512-tOi7V/VPOY9e5YPrnl93nvJLegafEkvwcKAGNKfQeHnx1LNb2jSfIXpafFE5NL7+Hcn+Ou/NL1FbuAPdISNbyw==",
"requires": { "requires": {
"@ant-design/icons": "^2.1.1", "@ant-design/icons": "^2.1.1",
"@ant-design/icons-vue": "^2.0.0", "@ant-design/icons-vue": "^2.0.0",
@ -2487,11 +2487,12 @@
"babel-runtime": "6.x", "babel-runtime": "6.x",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"component-classes": "^1.2.6", "component-classes": "^1.2.6",
"dom-align": "^1.7.0", "dom-align": "^1.10.4",
"dom-closest": "^0.2.0", "dom-closest": "^0.2.0",
"dom-scroll-into-view": "^2.0.0", "dom-scroll-into-view": "^2.0.0",
"enquire.js": "^2.1.6", "enquire.js": "^2.1.6",
"intersperse": "^1.0.0", "intersperse": "^1.0.0",
"is-mobile": "^2.2.1",
"is-negative-zero": "^2.0.0", "is-negative-zero": "^2.0.0",
"ismobilejs": "^1.0.0", "ismobilejs": "^1.0.0",
"json2mq": "^0.2.0", "json2mq": "^0.2.0",
@ -8515,6 +8516,11 @@
"is-extglob": "^2.1.1" "is-extglob": "^2.1.1"
} }
}, },
"is-mobile": {
"version": "2.2.1",
"resolved": "https://registry.npmjs.org/is-mobile/-/is-mobile-2.2.1.tgz",
"integrity": "sha512-6zELsfVFr326eq2CI53yvqq6YBanOxKBybwDT+MbMS2laBnK6Ez8m5XHSuTQQbnKRfpDzCod1CMWW5q3wZYMvA=="
},
"is-negative-zero": { "is-negative-zero": {
"version": "2.0.0", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz", "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz",

View File

@ -9,7 +9,7 @@
"test:unit": "vue-cli-service test:unit" "test:unit": "vue-cli-service test:unit"
}, },
"dependencies": { "dependencies": {
"ant-design-vue": "^1.4.12", "ant-design-vue": "^1.5.0-alpha.1",
"axios": "^0.19.2", "axios": "^0.19.2",
"enquire.js": "^2.1.6", "enquire.js": "^2.1.6",
"filepond": "^4.12.0", "filepond": "^4.12.0",

View File

@ -371,7 +371,7 @@ export default {
handleDeleteAttachmentInBatch() { handleDeleteAttachmentInBatch() {
var that = this var that = this
if (this.batchSelectedAttachments.length <= 0) { if (this.batchSelectedAttachments.length <= 0) {
this.$message.success('你还未选择任何附件,请至少选择一个!') this.$message.warn('你还未选择任何附件,请至少选择一个!')
return return
} }
this.$confirm({ this.$confirm({