프로젝트

일반

사용자정보

개정판 311879fc

ID311879fcf14e792d0421ff605b9b2a2d91777d91
상위 7c411376
하위 93ea7bf6

송근호이(가) 약 2년 전에 추가함

issue #000 AppDocData 수정.

차이점 보기:

HYTOS/HYTOS/AppDocData.py
69 69
        self.column = column
70 70
        if value is None:
71 71
            value = ''
72
        self.value = value
72
        self.value = str(value)
73 73

  
74 74
    def json(self):
75 75
        return {'table': self.table, 'column': self.column, 'value': self.value}
......
147 147
        self._titleBlockProperties = None
148 148
        self.needReOpening = None
149 149
        self.configTable = None
150
        #self.API_HOST = "https://papwebapi.azurewebsites.net"
150
        #self.API_HOST = "https://papwebapi.azurewebsites.net/"
151 151
        #self.API_HOST = "http://localhost:53443"
152 152
        #self.API_HOST = "http://localhost:8080"
153
        self.API_HOST = "http://66.11.11.147:3001"
153
        #self.API_HOST = "http://66.11.11.147:3001"
154
        self.API_HOST = "http://66.3.85.187:3001"
154 155

  
155 156

  
156 157
    def clearItemList(self, trim):

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)