Browse Source

chore: update dependencies. (#81)

pull/83/head
Ryan Wang 5 years ago committed by GitHub
parent
commit
a4a08a5d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      package-lock.json
  2. 2
      package.json
  3. 2
      src/views/attachment/AttachmentList.vue

14
package-lock.json generated

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

2
package.json

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

2
src/views/attachment/AttachmentList.vue

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

Loading…
Cancel
Save