소스 검색

修复bug

seimin 1 년 전
부모
커밋
123016c549
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      src/custom/seiminDrawer.vue
  2. 1 1
      src/views/newIncident.vue
  3. 1 1
      src/views/processing.vue

+ 2 - 2
src/custom/seiminDrawer.vue

@@ -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) {

+ 1 - 1
src/views/newIncident.vue

@@ -1515,7 +1515,7 @@ export default {
1515 1515
       this.$http
1516 1516
         .post("service/bpm/data/fetchDataList/incidentcategory", {
1517 1517
           idx: 0,
1518
-          sum: 1000
1518
+          sum: 9999
1519 1519
         })
1520 1520
         .then(function(res) {
1521 1521
           that.initSjList = JSON.parse(JSON.stringify(res.data.list));

+ 1 - 1
src/views/processing.vue

@@ -1413,7 +1413,7 @@ export default {
1413 1413
       this.$http
1414 1414
         .post("service/bpm/data/fetchDataList/incidentcategory", {
1415 1415
           idx: 0,
1416
-          sum: 1000
1416
+          sum: 9999
1417 1417
         })
1418 1418
         .then(function(res) {
1419 1419
           that.initSjList = JSON.parse(JSON.stringify(res.data.list));