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

View File

@@ -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();
});
// }