seimin 1 ano atrás
pai
commit
2cd09c12b6

+ 2 - 2
src/views/againAssign.vue

@@ -205,9 +205,9 @@ export default {
205
           console.log(res.data);
205
           console.log(res.data);
206
           that.progressInfo = res.data.list || [];
206
           that.progressInfo = res.data.list || [];
207
           //维修记录startcaca
207
           //维修记录startcaca
208
-          if (that.modelData.incident.handlerLogs) {
208
+          if (that.model.incident.handlerLogs) {
209
             //添加日志
209
             //添加日志
210
-            that.modelData.incident.handlerLogs.forEach(v => {
210
+            that.model.incident.handlerLogs.forEach(v => {
211
               that.progressInfo.push({
211
               that.progressInfo.push({
212
                 startTime: v.opTime,
212
                 startTime: v.opTime,
213
                 endTime: 1,
213
                 endTime: 1,

+ 2 - 2
src/views/closed.vue

@@ -257,9 +257,9 @@ export default {
257
           console.log(res.data);
257
           console.log(res.data);
258
           that.progressInfo = res.data.list || [];
258
           that.progressInfo = res.data.list || [];
259
           //维修记录startcaca
259
           //维修记录startcaca
260
-          if (that.modelData.incident.handlerLogs) {
260
+          if (that.model.incident.handlerLogs) {
261
             //添加日志
261
             //添加日志
262
-            that.modelData.incident.handlerLogs.forEach(v => {
262
+            that.model.incident.handlerLogs.forEach(v => {
263
               that.progressInfo.push({
263
               that.progressInfo.push({
264
                 startTime: v.opTime,
264
                 startTime: v.opTime,
265
                 endTime: 1,
265
                 endTime: 1,

+ 2 - 2
src/views/grabSheet.vue

@@ -166,9 +166,9 @@ export default {
166
           console.log(res.data);
166
           console.log(res.data);
167
           that.progressInfo = res.data.list || [];
167
           that.progressInfo = res.data.list || [];
168
           //维修记录startcaca
168
           //维修记录startcaca
169
-          if (that.modelData.incident.handlerLogs) {
169
+          if (that.model.incident.handlerLogs) {
170
             //添加日志
170
             //添加日志
171
-            that.modelData.incident.handlerLogs.forEach(v => {
171
+            that.model.incident.handlerLogs.forEach(v => {
172
               that.progressInfo.push({
172
               that.progressInfo.push({
173
                 startTime: v.opTime,
173
                 startTime: v.opTime,
174
                 endTime: 1,
174
                 endTime: 1,

+ 2 - 2
src/views/order.vue

@@ -211,9 +211,9 @@ export default {
211
           console.log(res.data);
211
           console.log(res.data);
212
           that.progressInfo = res.data.list || [];
212
           that.progressInfo = res.data.list || [];
213
           //维修记录startcaca
213
           //维修记录startcaca
214
-          if (that.modelData.incident.handlerLogs) {
214
+          if (that.model.incident.handlerLogs) {
215
             //添加日志
215
             //添加日志
216
-            that.modelData.incident.handlerLogs.forEach(v => {
216
+            that.model.incident.handlerLogs.forEach(v => {
217
               that.progressInfo.push({
217
               that.progressInfo.push({
218
                 startTime: v.opTime,
218
                 startTime: v.opTime,
219
                 endTime: 1,
219
                 endTime: 1,

+ 2 - 2
src/views/solved.vue

@@ -290,9 +290,9 @@ export default {
290
           console.log(res.data);
290
           console.log(res.data);
291
           that.progressInfo = res.data.list || [];
291
           that.progressInfo = res.data.list || [];
292
           //维修记录startcaca
292
           //维修记录startcaca
293
-          if (that.modelData.incident.handlerLogs) {
293
+          if (that.model.incident.handlerLogs) {
294
             //添加日志
294
             //添加日志
295
-            that.modelData.incident.handlerLogs.forEach(v => {
295
+            that.model.incident.handlerLogs.forEach(v => {
296
               that.progressInfo.push({
296
               that.progressInfo.push({
297
                 startTime: v.opTime,
297
                 startTime: v.opTime,
298
                 endTime: 1,
298
                 endTime: 1,

+ 2 - 2
src/views/waitConfirm.vue

@@ -297,9 +297,9 @@ export default {
297
           console.log(res.data);
297
           console.log(res.data);
298
           that.progressInfo = res.data.list || [];
298
           that.progressInfo = res.data.list || [];
299
           //维修记录startcaca
299
           //维修记录startcaca
300
-          if (that.modelData.incident.handlerLogs) {
300
+          if (that.model.incident.handlerLogs) {
301
             //添加日志
301
             //添加日志
302
-            that.modelData.incident.handlerLogs.forEach(v => {
302
+            that.model.incident.handlerLogs.forEach(v => {
303
               that.progressInfo.push({
303
               that.progressInfo.push({
304
                 startTime: v.opTime,
304
                 startTime: v.opTime,
305
                 endTime: 1,
305
                 endTime: 1,