mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 03:58:33 +08:00
fix(接口测试): 修复提示重名后,保存按钮无法点击的缺陷
--bug=1033969 --user=王孝刚 【接口测试】新建接口在当前版本存在-修改接口信息-保存按钮无法点击 https://www.tapd.cn/55049933/s/1448060
This commit is contained in:
parent
4c92142105
commit
9adaab10e9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user