|
@@ -240,6 +240,7 @@ export default {
|
240
|
240
|
relationImg : []//流程操作的图片
|
241
|
241
|
|
242
|
242
|
},
|
|
243
|
+ // timeId :'',
|
243
|
244
|
active:2,
|
244
|
245
|
dialogVisible: false, // 内容配图,
|
245
|
246
|
dialogImageUrl:'',
|
|
@@ -257,11 +258,13 @@ export default {
|
257
|
258
|
}
|
258
|
259
|
},
|
259
|
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
|
265
|
methods: {
|
263
|
266
|
dataQuery() { // 查询数据
|
264
|
|
- this.listQuery.id=this.$route.params.id
|
|
267
|
+ // this.listQuery.id=this.$route.params.id
|
265
|
268
|
this.$store.dispatch('TicketEdit', this.listQuery).then((res) => {
|
266
|
269
|
const resDate=res.data
|
267
|
270
|
this.listQuery=resDate
|