diff --git a/dist.zip b/dist.zip index 49da80e..0416625 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/components/page/articleAdd.vue b/src/components/page/articleAdd.vue index 61b57a6..43a076a 100644 --- a/src/components/page/articleAdd.vue +++ b/src/components/page/articleAdd.vue @@ -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(); }); // } diff --git a/src/components/page/articleListEditor_E.vue b/src/components/page/articleListEditor_E.vue index b532aea..46f9a18 100644 --- a/src/components/page/articleListEditor_E.vue +++ b/src/components/page/articleListEditor_E.vue @@ -316,9 +316,9 @@ v-if="mains == ''" >Create Html Proofread - Typesetting completed1 + Typesetting completed