fix(接口测试): 修复提示重名后,保存按钮无法点击的缺陷

--bug=1033969 --user=王孝刚 【接口测试】新建接口在当前版本存在-修改接口信息-保存按钮无法点击
https://www.tapd.cn/55049933/s/1448060
This commit is contained in:
wxg0103 2023-12-25 14:37:51 +08:00 committed by 刘瑞斌
parent 4c92142105
commit 9adaab10e9

View File

@ -377,6 +377,8 @@ export default {
data.versionName = res.versionName;
data.refId = res.refId;
this.$emit('saveApi', data);
}, () => {
this.setProtocolBtn(false);
});
this.responseCount = 0;
this.count = 0;