eoss-mobiles 0.3.78 → 0.3.80
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
|
@@ -327,7 +327,7 @@ export default {
|
|
|
327
327
|
// this.getMessage();
|
|
328
328
|
this.currentOrgSelectorParams.employee =
|
|
329
329
|
this.currentOrgSelectorParams.persongroup = {
|
|
330
|
-
pid: this.orgId || JSON.parse($.getStorage('userInfo')).orgId
|
|
330
|
+
pid: this.orgId || JSON.parse($.getStorage('userInfo')).orgId,only_filid: true,onlyMyOrg:true
|
|
331
331
|
};
|
|
332
332
|
this.foreignOrgSelectorParams.nofilid =
|
|
333
333
|
this.orgId || JSON.parse($.getStorage('userInfo')).orgId;
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
</div>
|
|
95
95
|
<div class="btn-list">
|
|
96
96
|
<div class="btn" @click="goBack">取消</div>
|
|
97
|
-
<div class="btn" @click="onSubmit()"
|
|
97
|
+
<div class="btn" @click="onSubmit()">{{processObj.submitButtonName || '确定'}}</div>
|
|
98
98
|
</div>
|
|
99
99
|
</div>
|
|
100
100
|
</template>
|
|
@@ -208,7 +208,7 @@ export default {
|
|
|
208
208
|
// }
|
|
209
209
|
this.getFind();
|
|
210
210
|
request({url:findUserBaseInfo}).then(res => {
|
|
211
|
-
|
|
211
|
+
console.log(res)
|
|
212
212
|
})
|
|
213
213
|
if (!this.readParams) {
|
|
214
214
|
this.getHandleInfoHtml();
|
|
@@ -490,6 +490,7 @@ export default {
|
|
|
490
490
|
this.processObj = res.data;
|
|
491
491
|
// this.notificationMsgType = res.data.defaultNotificationType.split(',');
|
|
492
492
|
// this.isMultiple()
|
|
493
|
+
|
|
493
494
|
this.getTaskRead()
|
|
494
495
|
// this.taskExamine = res.data.taskExamine;
|
|
495
496
|
// console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
|
|
@@ -585,6 +586,7 @@ export default {
|
|
|
585
586
|
defaultNotificationMessage
|
|
586
587
|
}
|
|
587
588
|
} = res;
|
|
589
|
+
console.log(status,'来了')
|
|
588
590
|
if (status == 'success') {
|
|
589
591
|
this.defaultNotificationMessage = defaultNotificationMessage;
|
|
590
592
|
this.form.notificationMsg = defaultNotificationMessage;
|