魏志佳 4 年 前
コミット
db5e8f23c3

+ 2 - 5
src/views/modules/autoRules/newBlankRule.vue

@@ -993,8 +993,7 @@ export default {
         //     }            
         // })
 
-        getAction(`/alarm/alarmMetricValue/queryParentChildList?metricValueLevel=${1}`,{
-            
+        getAction(`/alarm/alarmMetricValue/queryParentChildList?metricValueLevel=${1}`,{          
         }).then(res=>{
             console.log(res);
             if(res.success){
@@ -1005,7 +1004,6 @@ export default {
             }            
         })
         getAction(`/alarm/alarmMetricValue/queryParentChildList?metricValueLevel=${2}`,{
-            metricValueLevel:2
         }).then(res=>{
             console.log(res);
             if(res.success){
@@ -1015,8 +1013,7 @@ export default {
                 }   
             }            
         })
-        getAction(`/alarm/alarmMetricValue/queryParentChildList?metricValueLevel=${3}`,{
-            metricValueLevel:3
+        getAction(`/alarm/alarmMetricValue/queryParentChildList?metricValueLevel=${3}`,{           
         }).then(res=>{
             console.log(res);
             if(res.success){

+ 4 - 0
src/views/modules/workBench/orderList.vue

@@ -690,6 +690,10 @@ export default {
 
             })
         },
+
+        handlerParams(type){
+            
+        }
     },
     mounted(){
         let userInfo=localStorage.getItem('pro__Login_Userinfo');

+ 2 - 2
vue.config.js

@@ -79,10 +79,10 @@ module.exports = {
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         
 
-        // target: 'http://192.168.1.219:8080', //请求本地 需要jeecg-boot后台项目  赵西安
+        target: 'http://192.168.1.219:8080', //请求本地 需要jeecg-boot后台项目  赵西安
 
 
-         target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
+        //  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目