提交
This commit is contained in:
@@ -1632,7 +1632,8 @@ export default {
|
||||
// var mailRegular = /^\w+([-+._']\w+)*@\w+(\.[a-zA-Z]{2,3}){1,2}$/
|
||||
var mailRegular = /^\w+([-+._']\w+)*@/;
|
||||
// if (mailRegular.test(value)) {
|
||||
this.form.authorList[num].load = true;
|
||||
|
||||
// this.form.authorList[num].load = true;
|
||||
// this.$forceUpdate();
|
||||
this.$api
|
||||
.post('api/Article/getRelationAuthorByEmail', {
|
||||
@@ -1649,7 +1650,7 @@ export default {
|
||||
console.log('🚀 ~ .then ~ results177:', results);
|
||||
// 调用 callback 返回建议列表的数据
|
||||
cb(results);
|
||||
this.form.authorList[num].load = false;
|
||||
// this.form.authorList[num].load = false;
|
||||
this.$forceUpdate();
|
||||
});
|
||||
// }
|
||||
|
||||
@@ -316,9 +316,9 @@
|
||||
v-if="mains == ''"
|
||||
>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 != ''">
|
||||
<!-- <el-button
|
||||
<el-button
|
||||
v-if="html_type == 2 && tg_article_id != 0"
|
||||
type="primary"
|
||||
plain
|
||||
@@ -328,8 +328,8 @@
|
||||
style="margin-left: 20px"
|
||||
>
|
||||
<font>Edit Html Proofread</font>
|
||||
</el-button> -->
|
||||
<!-- <el-button
|
||||
</el-button>
|
||||
<el-button
|
||||
v-if="html_type != 2"
|
||||
type="primary"
|
||||
plain
|
||||
@@ -339,7 +339,7 @@
|
||||
style="margin-left: 20px"
|
||||
>
|
||||
<font>Edit Html Proofread</font>
|
||||
</el-button> -->
|
||||
</el-button>
|
||||
</template>
|
||||
|
||||
<el-button
|
||||
|
||||
Reference in New Issue
Block a user