缓存策略里的默认缓存条件增加、修改或者删除后自动保存

This commit is contained in:
GoEdgeLab
2021-08-29 09:40:21 +08:00
parent e95cbdb707
commit 160bdc2451
5 changed files with 56 additions and 4 deletions

View File

@@ -96,7 +96,7 @@
</table>
<h4>默认缓存条件</h4>
<http-cache-refs-config-box :v-cache-refs="cachePolicy.cacheRefs"></http-cache-refs-config-box>
<http-cache-refs-config-box :v-cache-refs="cachePolicy.cacheRefs" :v-cache-policy-id="cachePolicy.id"></http-cache-refs-config-box>
<submit-btn></submit-btn>
</form>