平台件项目库 合规认证计划设定接口修改

This commit is contained in:
zyx.net
2023-10-10 14:20:58 +08:00
parent 931c4fce8d
commit e83f71ab0d
@@ -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 : [{}]