From 9e578a66d6aafeea31b58125290840f44604eaa6 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: Tue, 3 Mar 2026 14:07:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E6=8D=A2=E8=A1=8C+=E9=A2=86?= =?UTF-8?q?=E5=9F=9Fai=E5=88=86=E6=9E=90+=E6=8A=95=E7=A8=BF=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=8F=98=E6=88=90submit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/PreIngestedEditor.vue | 41 -------- .../page/PreIngestedEditorProduce.vue | 42 +-------- src/components/page/articleAdd.vue | 2 +- src/components/page/partyRole.vue | 94 ++++++++++++++++++- 4 files changed, 95 insertions(+), 84 deletions(-) diff --git a/src/components/page/PreIngestedEditor.vue b/src/components/page/PreIngestedEditor.vue index 272ff64..9c07386 100644 --- a/src/components/page/PreIngestedEditor.vue +++ b/src/components/page/PreIngestedEditor.vue @@ -1415,47 +1415,6 @@ export default { select_tem() {}, // 6----创建文章 - EstaBlish() { - this.$api - .post('api/Production/checkRefer', { - p_article_id: this.p_article_id - }) - .then((res) => { - if (res.code == 0) { - const loading = this.$loading({ - lock: true, - text: 'Loading...', - spinner: 'el-icon-loading', - background: 'rgba(0, 0, 0, 0.7)' - }); - this.$api - .post('api/Production/doTypeSettingNew', { - article_id: this.detailMes.article_id - }) - .then((res) => { - if (res.code == 0) { - this.getWorldPdf(); - this.$message.success('Successfully generated manuscript!'); - loading.close(); - } else { - this.$message.error(res.msg); - loading.close(); - } - }) - .catch((err) => { - this.$message.error(err); - loading.close(); - }); - } else { - this.$message.error(res.msg); - return; - } - }) - .catch((err) => { - this.$message.error(err); - }); - }, - // 6----校对文章 htmlContet() { window.open( diff --git a/src/components/page/PreIngestedEditorProduce.vue b/src/components/page/PreIngestedEditorProduce.vue index 397596a..73c5579 100644 --- a/src/components/page/PreIngestedEditorProduce.vue +++ b/src/components/page/PreIngestedEditorProduce.vue @@ -1510,47 +1510,7 @@ export default { // 6----模板选择 select_tem() {}, - // 6----创建文章 - EstaBlish() { - this.$api - .post('api/Production/checkRefer', { - p_article_id: this.p_article_id - }) - .then((res) => { - if (res.code == 0) { - const loading = this.$loading({ - lock: true, - text: 'Loading...', - spinner: 'el-icon-loading', - background: 'rgba(0, 0, 0, 0.7)' - }); - this.$api - .post('api/Production/doTypeSettingNew', { - article_id: this.detailMes.article_id - }) - .then((res) => { - if (res.code == 0) { - this.getWorldPdf(); - this.$message.success('Successfully generated manuscript!'); - loading.close(); - } else { - this.$message.error(res.msg); - loading.close(); - } - }) - .catch((err) => { - this.$message.error(err); - loading.close(); - }); - } else { - this.$message.error(res.msg); - return; - } - }) - .catch((err) => { - this.$message.error(err); - }); - }, + diff --git a/src/components/page/articleAdd.vue b/src/components/page/articleAdd.vue index 7160ddd..47dcb1d 100644 --- a/src/components/page/articleAdd.vue +++ b/src/components/page/articleAdd.vue @@ -812,7 +812,7 @@