项目名称查询

This commit is contained in:
chenjianan
2019-03-11 15:49:36 +08:00
parent 6fdc549bc0
commit c76f345524
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ export function initProject() {
method: 'post',
data: {
type: '1',
name: 'PDM_项目名称_查询数据'
name: 'PDM_项目名称_查询数据_按时间排序'
}
})
}

View File

@@ -7,7 +7,7 @@ export function initProject() {
method: 'post',
data: {
type: '1',
name: 'PDM_项目名称_查询数据'
name: 'PDM_项目名称_查询数据_按时间排序'
}
})
}