seimin 1 gadu atpakaļ
vecāks
revīzija
2cd09c12b6

+ 2 - 2
src/views/againAssign.vue

@@ -205,9 +205,9 @@ export default {
205 205
           console.log(res.data);
206 206
           that.progressInfo = res.data.list || [];
207 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 211
               that.progressInfo.push({
212 212
                 startTime: v.opTime,
213 213
                 endTime: 1,

+ 2 - 2
src/views/closed.vue

@@ -257,9 +257,9 @@ export default {
257 257
           console.log(res.data);
258 258
           that.progressInfo = res.data.list || [];
259 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 263
               that.progressInfo.push({
264 264
                 startTime: v.opTime,
265 265
                 endTime: 1,

+ 2 - 2
src/views/grabSheet.vue

@@ -166,9 +166,9 @@ export default {
166 166
           console.log(res.data);
167 167
           that.progressInfo = res.data.list || [];
168 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 172
               that.progressInfo.push({
173 173
                 startTime: v.opTime,
174 174
                 endTime: 1,

+ 2 - 2
src/views/order.vue

@@ -211,9 +211,9 @@ export default {
211 211
           console.log(res.data);
212 212
           that.progressInfo = res.data.list || [];
213 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 217
               that.progressInfo.push({
218 218
                 startTime: v.opTime,
219 219
                 endTime: 1,

+ 2 - 2
src/views/solved.vue

@@ -290,9 +290,9 @@ export default {
290 290
           console.log(res.data);
291 291
           that.progressInfo = res.data.list || [];
292 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 296
               that.progressInfo.push({
297 297
                 startTime: v.opTime,
298 298
                 endTime: 1,

+ 2 - 2
src/views/waitConfirm.vue

@@ -297,9 +297,9 @@ export default {
297 297
           console.log(res.data);
298 298
           that.progressInfo = res.data.list || [];
299 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 303
               that.progressInfo.push({
304 304
                 startTime: v.opTime,
305 305
                 endTime: 1,