修改平台件项目详情的项目状态
This commit is contained in:
@@ -775,7 +775,8 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
getoptions() {
|
getoptions() {
|
||||||
getAction('project/projectLibraryBase/getProjectDetailsStatisticsCollectManifestLabel', { id: this.projectQuery.projectId }).then((res) => {
|
getAction('project/projectLibraryBase/getProjectDetailsStatisticsCollectManifestLabel',
|
||||||
|
{ id: this.projectInfo.parentId ,projectVersion:this.projectInfo.projectVersion}).then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.options = res.result
|
this.options = res.result
|
||||||
this.queryParam.ctype = this.options[0].value
|
this.queryParam.ctype = this.options[0].value
|
||||||
|
|||||||
Reference in New Issue
Block a user