Ver Fonte

审批签名和用户列表弹窗优化

yusheng há 8 meses atrás
pai
commit
e3782ab93e

+ 1 - 1
src/views/system/organization/components/org-user-edit.vue

@@ -156,7 +156,7 @@
             </el-switch>
           </el-form-item>
           <el-form-item label="审批签名:" prop="signature">
-            <WithView :assetName="''" v-model="form.signature"></WithView>
+            <WithView :assetName="''" v-model="form.signature" style="max-height:370px"></WithView>
           </el-form-item>
         </el-col>
         <el-col v-bind="styleResponsive ? { sm: 12 } : { span: 12 }">

+ 2 - 1
src/views/system/organization/components/org-user-list.vue

@@ -153,10 +153,11 @@
 
     <ele-modal
       width="1000px"
-      :visible="userShow"
+      :visible.async="userShow"
       :close-on-click-modal="false"
       custom-class="ele-dialog-form"
       :maxable="true"
+        @close="userShow = false"
     >
       <UserSearch @search="reload1"></UserSearch>
       <!-- 数据表格 -->