提交
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();
|
||||
});
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user