cloud-web-corejs 1.0.54-dev.401 → 1.0.54-dev.402

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.401",
4
+ "version": "1.0.54-dev.402",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -1228,6 +1228,10 @@ tViewMixins = {
1228
1228
  }
1229
1229
  this.$emit('update:file', result);
1230
1230
  }
1231
+ this.handleChange()
1232
+ },
1233
+ handleChange(){
1234
+ this.$emit('change', this.attachments);
1231
1235
  },
1232
1236
  getRealPictureList(index) {
1233
1237
  let pictureIndex = -1;
@@ -62,6 +62,7 @@
62
62
  class="button-sty"
63
63
  :placeholder="$t2('序号', 'components.VabUpload.orders')"
64
64
  :scale="0"
65
+ @change="handleChange"
65
66
  />
66
67
  </div>
67
68
  <div class="el-upload-input" v-if="$attrs.showNameInput">
@@ -70,6 +71,7 @@
70
71
  class="button-sty"
71
72
  :placeholder="$t2('请输入名称', 'components.VabUpload.name')"
72
73
  :scale="0"
74
+ @change="handleChange"
73
75
  />
74
76
  </div>
75
77
  <div class="el-upload-list__item-status-label">