|
@@ -46,7 +46,7 @@
|
|
|
<el-date-picker
|
|
|
v-model="screenForm.date"
|
|
|
type="datetimerange"
|
|
|
-:default-time="['00:00:00','23:59:59']"
|
|
|
+ :default-time="['00:00:00', '23:59:59']"
|
|
|
range-separator="至"
|
|
|
style="width: 100%"
|
|
|
value-format="yyyy-MM-dd HH:mm:ss"
|
|
@@ -434,7 +434,7 @@ export default {
|
|
|
|
|
|
// 重置筛选表单
|
|
|
resetScreenForm() {
|
|
|
- this.$refs.screenForm.resetFields()
|
|
|
+ this.$refs.screenForm.resetFields()
|
|
|
this.currentPage = 1
|
|
|
this.getList()
|
|
|
},
|
|
@@ -475,6 +475,7 @@ export default {
|
|
|
this.isShowDetail = false
|
|
|
this.isShowExamine = false
|
|
|
this.isShowForm = false
|
|
|
+ this.getList()
|
|
|
},
|
|
|
|
|
|
// 删除
|