fix:修改 表达式模板 调用tree接口

This commit is contained in:
zhangyu
2021-05-11 14:11:24 +08:00
parent 551f9b65ae
commit 4b85b3ced5
2 changed files with 15 additions and 42 deletions

View File

@@ -62,7 +62,7 @@
<span>{{$t('overall.cancel')}}</span>
</button>
<button id="alert-box-save" :class="{'nz-btn-disabled':prevent_opt.save}" :disabled="prevent_opt.save"
class="footer__btn footer__btn--light" @click="save">
class="footer__btn" @click="save">
<span>{{$t('overall.save')}}</span>
</button>
</div>