From 990cbdbe0fd628361bfdf4f9a2bb64db5d8b6fe5 Mon Sep 17 00:00:00 2001
From: Oliver <1070107765@qq.com>
Date: 星期二, 13 十二月 2022 11:29:04 +0800
Subject: [PATCH] 预警研判添加定时器刷新数据
---
src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue
index ecd2735..128ee4e 100644
--- a/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue
+++ b/src/views/operate/disposal/casepool/dispatch/updateUser/uploadResult/ill/index.vue
@@ -29,11 +29,11 @@
writ: null
}
},
- props: ['caseId','closeDialog', 'vioData', 'illegalType', 'imageResourceId'],
+ props: ['caseId','closeDialog', 'illData', 'illegalType', 'imageResourceId'],
created() {
- this.arriveData = this.vioData.arrivalSituation;
- this.evidenceData = this.vioData.investigation;
- this.writ = this.vioData.writ;
+ this.arriveData = this.illData.arrivalSituation;
+ this.evidenceData = this.illData.investigation;
+ this.writ = this.illData.writ;
},
methods: {
handleSubmit() {
--
Gitblit v1.8.0