|
@@ -6,7 +6,7 @@ import content from './content'
|
|
|
|
|
|
|
|
const dmsPath = systemConfig.dmsDataProxy
|
|
const dmsPath = systemConfig.dmsDataProxy
|
|
|
const multiSearch = dmsPath + "/content/multipleFormsOfJointInvestigation"
|
|
const multiSearch = dmsPath + "/content/multipleFormsOfJointInvestigation"
|
|
|
-const taskSearch = "oneMap/task/getTask"
|
|
|
|
|
|
|
+const taskSearch = systemConfig.baseServicerPath+"/task/getTask"
|
|
|
|
|
|
|
|
const taskDmsId = systemConfig.columnIds[6]
|
|
const taskDmsId = systemConfig.columnIds[6]
|
|
|
|
|
|