平台件项目库 合规认证计划设定接口修改
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@
|
||||
this.settingQueryForm()
|
||||
},
|
||||
settingQueryForm() {
|
||||
getAction(this.url.settingQueryForm, { projectId: this.$route.query.id }).then((res) => {
|
||||
getAction('platform/platformTaskPlanningEO/queryListUpdate', { projectId: this.$route.query.id }).then((res) => {
|
||||
if (res.success) {
|
||||
this.formInline.listUp = res.result.listUp ? res.result.listUp : [{}]
|
||||
this.formInline.listDown = res.result.listDown ? res.result.listDown : [{}]
|
||||
|
||||
Reference in New Issue
Block a user