fix(接口测试): 步骤中修改插件名字后,修改内容不生效的缺陷

--bug=1012535 --user=王孝刚 【接口测试】github#12457,mqtt接口自动化 修改步骤名字后,点调试和下拉小箭头
修改内容不生效 https://www.tapd.cn/55049933/s/1143198
This commit is contained in:
wxg0103 2022-04-21 17:18:02 +08:00 committed by 刘瑞斌
parent 79875888a6
commit 806d12ab56
1 changed files with 3 additions and 0 deletions

View File

@ -256,6 +256,9 @@ export default {
} }
}, },
deep: true deep: true
},
'request.name'() {
this.data.name = this.request.name
} }
}, },
methods: { methods: {