Browse Source

更新管控记录查询

wangqin
王钦 7 months ago
parent
commit
17f01c57c7
  1. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeFrameControl/index.vue
  2. 4
      ruoyi-ui/vue.config.js

6
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeFrameControl/index.vue

@ -475,7 +475,11 @@ export default {
request({ request({
url: `/business/dcOperLog/list`, url: `/business/dcOperLog/list`,
method: "get", method: "get",
params: {...this.searchData,operType:this.dataRecord.operType}, params: {
...this.searchData,
operType:this.dataRecord.operType,
startTime:this.dataRecord.operTime[0],
endTime:this.dataRecord.operTime[1]}
}) })
.then((result) => { .then((result) => {
if (result.code != 200) return; if (result.code != 200) return;

4
ruoyi-ui/vue.config.js

@ -53,8 +53,8 @@ module.exports = {
// target: `http://10.168.69.255:8087`, //正晨后台 连现场物联 刘文阁 // target: `http://10.168.69.255:8087`, //正晨后台 连现场物联 刘文阁
// target: `http://10.168.78.135:8087`, //王钦 // target: `http://10.168.78.135:8087`, //王钦
// target: `http://10.168.66.196:8087`, //正晨后台 连现场物联 刘文阁2 // target: `http://10.168.66.196:8087`, //正晨后台 连现场物联 刘文阁2
target: `http://10.168.68.42:8087`, //王思祥 // target: `http://10.168.68.42:8087`, //王思祥
// target: `http://10.168.72.174:8087`, //赵祥龙 target: `http://10.168.72.174:8087`, //赵祥龙
// target: `http://10.168.65.156:8097`, //孟 // target: `http://10.168.65.156:8097`, //孟
// target: `http://10.168.56.165:8087`, //王家宝 // target: `http://10.168.56.165:8087`, //王家宝
// target: `http://10.168.77.128:8087`, //王兴琳 // target: `http://10.168.77.128:8087`, //王兴琳

Loading…
Cancel
Save