|
@@ -6,8 +6,9 @@ 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 taskDmsId = 1662
|
|
|
|
|
|
|
+const taskDmsId = systemConfig.columnIds[6]
|
|
|
|
|
|
|
|
export function getCName(cName) {
|
|
export function getCName(cName) {
|
|
|
return resolveResult(content.getCategoryDetail({
|
|
return resolveResult(content.getCategoryDetail({
|
|
@@ -31,7 +32,7 @@ export function getTasks(page, pageSize, name, status,type) {
|
|
|
]),
|
|
]),
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- return resolveDmsMultiTableResult(postform("oneMap/task/getTask", data));
|
|
|
|
|
|
|
+ return resolveDmsMultiTableResult(postform(taskSearch, data));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
function getEqualChecker(value,param) {
|
|
function getEqualChecker(value,param) {
|