This commit is contained in:
2025-08-06 09:31:45 +08:00
parent a5bb5b45e7
commit 33ace968be
3 changed files with 8 additions and 7 deletions

BIN
dist.zip

Binary file not shown.

View File

@@ -1632,7 +1632,8 @@ export default {
// var mailRegular = /^\w+([-+._']\w+)*@\w+(\.[a-zA-Z]{2,3}){1,2}$/ // var mailRegular = /^\w+([-+._']\w+)*@\w+(\.[a-zA-Z]{2,3}){1,2}$/
var mailRegular = /^\w+([-+._']\w+)*@/; var mailRegular = /^\w+([-+._']\w+)*@/;
// if (mailRegular.test(value)) { // if (mailRegular.test(value)) {
this.form.authorList[num].load = true;
// this.form.authorList[num].load = true;
// this.$forceUpdate(); // this.$forceUpdate();
this.$api this.$api
.post('api/Article/getRelationAuthorByEmail', { .post('api/Article/getRelationAuthorByEmail', {
@@ -1649,7 +1650,7 @@ export default {
console.log('🚀 ~ .then ~ results177:', results); console.log('🚀 ~ .then ~ results177:', results);
// 调用 callback 返回建议列表的数据 // 调用 callback 返回建议列表的数据
cb(results); cb(results);
this.form.authorList[num].load = false; // this.form.authorList[num].load = false;
this.$forceUpdate(); this.$forceUpdate();
}); });
// } // }

View File

@@ -316,9 +316,9 @@
v-if="mains == ''" v-if="mains == ''"
>Create Html Proofread</el-button >Create Html Proofread</el-button
> >
<span style="margin-left: 15px; color: #0b4b6a" v-if="mains != ''">Typesetting completed1</span> <span style="margin-left: 15px; color: #0b4b6a" v-if="mains != ''">Typesetting completed</span>
<template v-if="mains != ''"> <template v-if="mains != ''">
<!-- <el-button <el-button
v-if="html_type == 2 && tg_article_id != 0" v-if="html_type == 2 && tg_article_id != 0"
type="primary" type="primary"
plain plain
@@ -328,8 +328,8 @@
style="margin-left: 20px" style="margin-left: 20px"
> >
<font>Edit Html Proofread</font> <font>Edit Html Proofread</font>
</el-button> --> </el-button>
<!-- <el-button <el-button
v-if="html_type != 2" v-if="html_type != 2"
type="primary" type="primary"
plain plain
@@ -339,7 +339,7 @@
style="margin-left: 20px" style="margin-left: 20px"
> >
<font>Edit Html Proofread</font> <font>Edit Html Proofread</font>
</el-button> --> </el-button>
</template> </template>
<el-button <el-button