weiximei 6 years ago
parent
commit
7353f7a51e
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      VUECODE/smart-property-manage/src/views/ticket/details.vue

+ 5
- 2
VUECODE/smart-property-manage/src/views/ticket/details.vue View File

240
         relationImg : []//流程操作的图片
240
         relationImg : []//流程操作的图片
241
 
241
 
242
       },
242
       },
243
+      //  timeId :'',
243
        active:2,
244
        active:2,
244
        dialogVisible: false, // 内容配图,
245
        dialogVisible: false, // 内容配图,
245
        dialogImageUrl:'',
246
        dialogImageUrl:'',
257
     }
258
     }
258
   },
259
   },
259
   mounted() {
260
   mounted() {
260
-      this.dataQuery(this.$route.query.id)
261
+    // console.log(this.$route.query.id)
262
+    this.listQuery.id=this.$route.query.id
263
+      this.dataQuery(this.listQuery.id)
261
   },
264
   },
262
   methods: {
265
   methods: {
263
      dataQuery() { // 查询数据
266
      dataQuery() { // 查询数据
264
-     this.listQuery.id=this.$route.params.id
267
+    //  this.listQuery.id=this.$route.params.id
265
       this.$store.dispatch('TicketEdit', this.listQuery).then((res) => {
268
       this.$store.dispatch('TicketEdit', this.listQuery).then((res) => {
266
         const resDate=res.data
269
         const resDate=res.data
267
         this.listQuery=resDate
270
         this.listQuery=resDate