表格换行+领域ai分析+投稿按钮变成submit

This commit is contained in:
2026-03-03 14:07:25 +08:00
parent a2497a8885
commit 9e578a66d6
4 changed files with 95 additions and 84 deletions

View File

@@ -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(