src/menu/components/search/main-search/index.jsx
@@ -255,7 +255,8 @@ sqlVerifing: true }) let sql = res.dataSource let sql = `declare @mk_departmentcode nvarchar(512),@mk_organization nvarchar(512),@mk_user_type nvarchar(20) ${res.dataSource}` sql = sql.replace(/@\$|\$@/ig, '') let rduri = '' @@ -354,9 +355,9 @@ } getWrapForms = () => { const { wrap, action } = this.state.card const { card } = this.state return getWrapForm(wrap, action) return getWrapForm(card.wrap, card.uuid) } updateWrap = (res) => {