eoss-mobiles 0.3.76 → 0.3.77

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,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-mobiles",
3
- "version": "0.3.76",
3
+ "version": "0.3.77",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -306,8 +306,9 @@
306
306
  :isOtherUnit="false"
307
307
  :label="currentOrgName ? currentOrgName : '本单位'"
308
308
  @change="disposeAppUnit($event, 'nextCurrentOrgObjSelect')"
309
- />
310
- </div>
309
+ />
310
+ </div>
311
+ <!-- :nextUserList="nextUserList" -->
311
312
  <!-- 外单位 -->
312
313
  <!-- v-if="isHideOtherOrg" -->
313
314
  <div class="item" v-if="isHideOtherOrg">
@@ -547,9 +547,12 @@ export default {
547
547
  info.businessId = this.businessId; //this.businessId
548
548
  }
549
549
  if (this.beforeSubmit) {
550
- this.beforeSubmit(info);
550
+ this.beforeSubmit(info,this.sendData);
551
551
  return;
552
552
  }
553
+ this.sendData(info);
554
+ },
555
+ sendData(info){
553
556
  let formData = new FormData();
554
557
  // if (this.form.isImageOpinion == 1) {
555
558
  // formData.append('file', this.file);
package/src/index.js CHANGED
@@ -105,7 +105,7 @@ if (typeof window !== 'undefined' && window.Vue) {
105
105
  }
106
106
 
107
107
  export default {
108
- version: '0.3.76',
108
+ version: '0.3.77',
109
109
  install,
110
110
  Button,
111
111
  ButtonGroup,