From e9d234c2cb55ec43da4600cf5586afd8e1d973a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Mon, 23 Dec 2024 10:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E7=89=88=E4=B8=BB=E6=96=B9=E6=B3=95?= =?UTF-8?q?=EF=BC=88new=EF=BC=89=20=E4=BC=A0=20article=5Fid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/PreIngestedEditor.vue | 2 +- src/components/page/articleListEditor_B1.vue | 2 +- src/components/page/articleListEditor_D1.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/page/PreIngestedEditor.vue b/src/components/page/PreIngestedEditor.vue index f032de2..d578662 100644 --- a/src/components/page/PreIngestedEditor.vue +++ b/src/components/page/PreIngestedEditor.vue @@ -1578,7 +1578,7 @@ export default { }); this.$api .post('api/Production/doTypeSettingNew', { - p_article_id: this.p_article_id + article_id: this.detailMes.article_id }) .then((res) => { if (res.code == 0) { diff --git a/src/components/page/articleListEditor_B1.vue b/src/components/page/articleListEditor_B1.vue index 7105b0b..7f0ddcb 100644 --- a/src/components/page/articleListEditor_B1.vue +++ b/src/components/page/articleListEditor_B1.vue @@ -2029,7 +2029,7 @@ }); this.$api .post('api/Production/doTypeSettingNew', { - p_article_id: this.p_article_id + article_id: this.detailMes.article_id }) .then(res => { if (res.code == 0) { diff --git a/src/components/page/articleListEditor_D1.vue b/src/components/page/articleListEditor_D1.vue index 5c8557f..09780fd 100644 --- a/src/components/page/articleListEditor_D1.vue +++ b/src/components/page/articleListEditor_D1.vue @@ -1899,7 +1899,7 @@ this.$api .post('api/Production/doTypeSettingNew', { - p_article_id: this.p_article_id + article_id: this.detailMes.article_id }) .then(res => { if (res.code == 0) {