图片路径更换
This commit is contained in:
		
							parent
							
								
									33c745a019
								
							
						
					
					
						commit
						85a75db053
					
				@ -1676,7 +1676,8 @@ export default {
 | 
				
			|||||||
        getPermissionStatus() {
 | 
					        getPermissionStatus() {
 | 
				
			||||||
            var store = this.$store.state
 | 
					            var store = this.$store.state
 | 
				
			||||||
            var TargetValue = {
 | 
					            var TargetValue = {
 | 
				
			||||||
                deviceId: store.equipmentList[this.indexs - 1].deviceId
 | 
					                deviceId: store.equipmentList[this.indexs - 1].deviceId,
 | 
				
			||||||
 | 
					                  enName:getLanguage()
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            this.api.getPermissionStatus(TargetValue).then(res => {
 | 
					            this.api.getPermissionStatus(TargetValue).then(res => {
 | 
				
			||||||
                if (res.data.code == 200) {
 | 
					                if (res.data.code == 200) {
 | 
				
			||||||
@ -1755,7 +1756,8 @@ export default {
 | 
				
			|||||||
        getStatus() {
 | 
					        getStatus() {
 | 
				
			||||||
            var store = this.$store.state
 | 
					            var store = this.$store.state
 | 
				
			||||||
            var TargetValue = {
 | 
					            var TargetValue = {
 | 
				
			||||||
                deviceId: store.equipmentList[this.indexs - 1].deviceId
 | 
					                deviceId: store.equipmentList[this.indexs - 1].deviceId,
 | 
				
			||||||
 | 
					                  enName:getLanguage()
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            this.api.getControlGetState(TargetValue).then(res => {
 | 
					            this.api.getControlGetState(TargetValue).then(res => {
 | 
				
			||||||
                if (res.data.code == 200) {
 | 
					                if (res.data.code == 200) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user