表格换行+领域ai分析+投稿按钮变成submit
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user