fix(系统设置): 修复飞书测试链接验证失败问题
This commit is contained in:
parent
be414aa1dd
commit
8b0ea45239
|
@ -114,7 +114,7 @@ export default {
|
|||
if (valid) {
|
||||
this.loading = true;
|
||||
try {
|
||||
validateLarkConfig(this.weComForm).then(res => {
|
||||
validateLarkConfig(this.larkForm).then(res => {
|
||||
this.$message.success(this.$t('qrcode.service_testLinkStatusTip'));
|
||||
this.larkForm.valid = true;
|
||||
}).catch(e => {
|
||||
|
|
Loading…
Reference in New Issue