From 7afbd8672c8ab92c7d7efd1276d1ab7d1f6b2d72 Mon Sep 17 00:00:00 2001 From: ssc <273702440@qq.com> Date: Thu, 29 Jul 2021 22:50:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=83=A8=E9=97=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=9D=83=E9=99=90=E4=B8=8D=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plugin/workflow/design/model.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/plugin/workflow/design/model.vue b/src/views/plugin/workflow/design/model.vue index b02e1b0..509295a 100644 --- a/src/views/plugin/workflow/design/model.vue +++ b/src/views/plugin/workflow/design/model.vue @@ -6,6 +6,7 @@ ref="crud" v-model="form" :page.sync="page" + :permission="permissionList" @row-del="rowDel" @search-change="searchChange" @search-reset="searchReset"