diff --git a/public/config/project.config.json b/public/config/project.config.json index f986319..1b2796d 100644 --- a/public/config/project.config.json +++ b/public/config/project.config.json @@ -2,7 +2,7 @@ "title": "管网运行监测系统", "subtitle": "", "theme":"blue", - "baseUrl": "http://111.198.10.15:11309/", + "baseUrl": "https://38911d91v5.zicp.fun/", "mainPage": "http://111.198.10.15:11404/dcms/#", "singleSys": true, "refreshType":"websocket", diff --git a/public/config/project.config.json b/public/config/project.config.json index f986319..1b2796d 100644 --- a/public/config/project.config.json +++ b/public/config/project.config.json @@ -2,7 +2,7 @@ "title": "管网运行监测系统", "subtitle": "", "theme":"blue", - "baseUrl": "http://111.198.10.15:11309/", + "baseUrl": "https://38911d91v5.zicp.fun/", "mainPage": "http://111.198.10.15:11404/dcms/#", "singleSys": true, "refreshType":"websocket", diff --git a/src/views/alarmManage/components/HandlePrompt.vue b/src/views/alarmManage/components/HandlePrompt.vue index 9eb9a36..c2b0b01 100644 --- a/src/views/alarmManage/components/HandlePrompt.vue +++ b/src/views/alarmManage/components/HandlePrompt.vue @@ -68,8 +68,7 @@ }, methods: { // 初始化对话框 - initDialog: function(dialogFormVisible, jobId, isBatch, params) { - // debugger + initDialog: function(dialogFormVisible, id, isBatch, params) { this.dialogVisible = dialogFormVisible this.isBatch = isBatch if (isBatch) { @@ -79,7 +78,7 @@ this.formData.beginTime = params.beginTime this.formData.endTime = params.endTime } else { - this.formData.id = jobId + this.formData.id = id } }, handleClose(done) { diff --git a/public/config/project.config.json b/public/config/project.config.json index f986319..1b2796d 100644 --- a/public/config/project.config.json +++ b/public/config/project.config.json @@ -2,7 +2,7 @@ "title": "管网运行监测系统", "subtitle": "", "theme":"blue", - "baseUrl": "http://111.198.10.15:11309/", + "baseUrl": "https://38911d91v5.zicp.fun/", "mainPage": "http://111.198.10.15:11404/dcms/#", "singleSys": true, "refreshType":"websocket", diff --git a/src/views/alarmManage/components/HandlePrompt.vue b/src/views/alarmManage/components/HandlePrompt.vue index 9eb9a36..c2b0b01 100644 --- a/src/views/alarmManage/components/HandlePrompt.vue +++ b/src/views/alarmManage/components/HandlePrompt.vue @@ -68,8 +68,7 @@ }, methods: { // 初始化对话框 - initDialog: function(dialogFormVisible, jobId, isBatch, params) { - // debugger + initDialog: function(dialogFormVisible, id, isBatch, params) { this.dialogVisible = dialogFormVisible this.isBatch = isBatch if (isBatch) { @@ -79,7 +78,7 @@ this.formData.beginTime = params.beginTime this.formData.endTime = params.endTime } else { - this.formData.id = jobId + this.formData.id = id } }, handleClose(done) { diff --git a/src/views/alarmManage/listAlarmNow.vue b/src/views/alarmManage/listAlarmNow.vue index 39b3ff4..ea04b30 100644 --- a/src/views/alarmManage/listAlarmNow.vue +++ b/src/views/alarmManage/listAlarmNow.vue @@ -59,8 +59,16 @@ - - + + + - +