system-phone 3.0.20 → 3.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/LoginApp.vue +721 -721
- package/src/components/OnlineManage.vue +2 -2
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
return
|
|
156
156
|
}
|
|
157
157
|
window.setInterval(() => {
|
|
158
|
-
let condition = " 1 = 1 and (f_enddate <= '" + Util.toStandardTimeString
|
|
158
|
+
let condition = " 1 = 1 and (f_enddate <= '" + Util.toStandardTimeString()+ "' or f_state = '公告中') "
|
|
159
159
|
let val = {
|
|
160
160
|
items: "*",
|
|
161
161
|
tablename: "T_STOPGAS",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
})
|
|
216
216
|
},
|
|
217
217
|
timeOutGetInfoNum() {
|
|
218
|
-
let condition = " 1 = 1 and (f_enddate <= '" + Util.toStandardTimeString + "' or f_state = '公告中') "
|
|
218
|
+
let condition = " 1 = 1 and (f_enddate <= '" + Util.toStandardTimeString() + "' or f_state = '公告中') "
|
|
219
219
|
let val = {
|
|
220
220
|
items: "*",
|
|
221
221
|
tablename: "T_STOPGAS",
|