|
@@ -150,7 +150,7 @@ export default {
|
150
|
150
|
if (this.loginUser.duty) {
|
151
|
151
|
// 当前的所属责任科室
|
152
|
152
|
this.$http
|
153
|
|
- .post("service/bpm/data/fetchDataList/incidentcategory", { idx: 0, sum: 1000, incidentcategory: { dutyToCategory: this.loginUser.duty.id } })
|
|
153
|
+ .post("service/bpm/data/fetchDataList/incidentcategory", { idx: 0, sum: 9999, incidentcategory: { dutyToCategory: this.loginUser.duty.id } })
|
154
|
154
|
.then(res => {
|
155
|
155
|
toast.hide();
|
156
|
156
|
if (res.data.status == 200) {
|
|
@@ -163,7 +163,7 @@ export default {
|
163
|
163
|
} else if (this.loginUser.branch) {
|
164
|
164
|
// 当前的所属院区
|
165
|
165
|
this.$http
|
166
|
|
- .post("service/bpm/data/fetchDataList/incidentcategory", { idx: 0, sum: 1000, incidentcategory: { selectType: 'one' } })
|
|
166
|
+ .post("service/bpm/data/fetchDataList/incidentcategory", { idx: 0, sum: 9999, incidentcategory: { selectType: 'one' } })
|
167
|
167
|
.then(res => {
|
168
|
168
|
toast.hide();
|
169
|
169
|
if (res.data.status == 200) {
|