개정판 311879fc
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