diff --git a/src/views/terminalEquipment/deviceInformation.vue b/src/views/terminalEquipment/deviceInformation.vue
index 4a1f745..c4c8a84 100644
--- a/src/views/terminalEquipment/deviceInformation.vue
+++ b/src/views/terminalEquipment/deviceInformation.vue
@@ -195,8 +195,6 @@
3
4
5
- 6
- 7
@@ -216,15 +214,14 @@
-
-
+
+
+
-
-
+
@@ -232,14 +229,14 @@
-
-
+
-
+
@@ -319,6 +316,7 @@ export default {
deviceModel: undefined,
puid: undefined,
ballIndex: '0',
+ deviceStatus:'0',
typeCode:'',
deviceUser: undefined,
devicePhone: undefined,
@@ -390,7 +388,8 @@ export default {
// 取消按钮
cancel() {
this.open = false
- this.reset()
+ this.queryParams.pageNum = 1
+ this.getList()
},
// 表单重置
reset() {
@@ -400,7 +399,8 @@ export default {
deviceName: undefined,
devicePhone: undefined,
deviceModel: undefined,
- ballIndex:0
+ ballIndex:0,
+ deviceStatus:0
}
this.resetForm('form')
},