@@ -192,7 +192,9 @@ function useEntQuickMonitorModel({ type, id }) {
case 'doRemoveFollow':
doCloseDialog()
doChange().then((res) => {
- that.$toast(res.msg)
+ if (!res.success) {
+ that.$toast(res.msg)
+ }
})
break
case 'cancel':
@@ -192,7 +192,9 @@ function useProjectQuickMonitorModel({ type, id }) {