fix(接口定义): 修复接口提示未保存的缺陷

--bug=1019932 --user=王孝刚
[接口测试]接口定义-编辑接口后保存再关闭接口仍提示未保存的弹框通知(已经提了很多次了这种问题,请务必一次性解决掉,不要再出现了。)
https://www.tapd.cn/55049933/s/1299969
This commit is contained in:
wxg0103 2022-11-21 17:57:17 +08:00 committed by fit2-zhao
parent b424cfb00b
commit 399cf72869
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ export default {
},
'basicForm.description': {
handler(v, v1) {
if (v && v !== v1) {
if (v !== v1 && v1 !== undefined) {
this.apiMapStatus();
}
},