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
|
@@ -306,8 +306,9 @@
|
|
|
306
306
|
:isOtherUnit="false"
|
|
307
307
|
:label="currentOrgName ? currentOrgName : '本单位'"
|
|
308
308
|
@change="disposeAppUnit($event, 'nextCurrentOrgObjSelect')"
|
|
309
|
-
|
|
310
|
-
|
|
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);
|