Commit 82994394 authored by 李智书's avatar 李智书

Merge branch 'v_c_application_feature_1031' into 'uat'

1

See merge request !31
parents ef4fcc6d 2aba1a63
...@@ -213,6 +213,7 @@ ...@@ -213,6 +213,7 @@
this.StoreData() this.StoreData()
} else { } else {
this.DeviceList(StoreInfo_['id']) this.DeviceList(StoreInfo_['id'])
this.StoreData()
} }
this.showPicker = false this.showPicker = false
}, },
...@@ -240,6 +241,7 @@ ...@@ -240,6 +241,7 @@
this.StoreData() this.StoreData()
} else { } else {
this.DeviceList(this.StoreInfo_['id']) this.DeviceList(this.StoreInfo_['id'])
this.StoreData()
} }
}, },
// 选择时间 // 选择时间
...@@ -257,6 +259,7 @@ ...@@ -257,6 +259,7 @@
this.StoreData() this.StoreData()
} else { } else {
this.DeviceList() this.DeviceList()
this.StoreData()
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment