system-phone 3.1.34 → 3.1.36
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
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
let criteria = {
|
|
50
50
|
items: 'id',
|
|
51
51
|
tablename: 't_check_plan_item',
|
|
52
|
-
condition: `f_no_checkplan = '有计划安检' and f_approved = '
|
|
52
|
+
condition: `f_no_checkplan = '有计划安检' and f_approved = '不通过'`,
|
|
53
53
|
groupitem: 'id'
|
|
54
54
|
}
|
|
55
55
|
let result = HostApp._executeTask({'type':'sql', 'data':{'alias': 'safe_singleTable_GroupBy', 'criteria': criteria}})
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
import Vue from 'vue'
|
|
63
63
|
import * as Util from '../Util'
|
|
64
64
|
import JSEncrypt from 'jsencrypt'
|
|
65
|
+
import {HttpResetClass} from 'vue-client'
|
|
65
66
|
//获取json配置文件
|
|
66
67
|
let asyncReady = async function (self, url) {
|
|
67
68
|
// 获取配置信息
|
|
@@ -301,6 +302,11 @@ export default {
|
|
|
301
302
|
} else {
|
|
302
303
|
userStr = `{'username':'${this.ename}','password':''}`
|
|
303
304
|
}
|
|
305
|
+
await new HttpResetClass().load('post',`${this.$androidUtil.getProxyUrl()}/api/af-system/logic/openapi/getLiuliConfiguration`, {
|
|
306
|
+
configName: 'webConfig'
|
|
307
|
+
}, {resolveMsg: null, rejectMsg: null}).then(res=>{
|
|
308
|
+
this.config = res.data
|
|
309
|
+
})
|
|
304
310
|
console.log(this.showauto)
|
|
305
311
|
this.$androidUtil.setPreference('login_user_cache', userStr)
|
|
306
312
|
this.$androidUtil.setPreference('f_repairman_id', Util.f.id)
|