Ver Fonte

用户管理保存

jbb há 2 anos atrás
pai
commit
e496632b92
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      src/views/system/modules/UserModal.vue

+ 3 - 2
src/views/system/modules/UserModal.vue

@@ -4,6 +4,7 @@
     width="80%"
     :closable="true"
     @cancel="close"
+    @ok="handleSubmit"
     :visible="visible"
   >
     <template slot="title">
@@ -149,11 +150,11 @@
       </a-form>
     </a-spin>
 
-    <depart-window ref="departWindow" @ok="modalFormOk"></depart-window>
+    <!-- <depart-window ref="departWindow" @ok="modalFormOk"></depart-window>
     <div class="drawer-bootom-button" v-show="!disableSubmit">
       <a-button style="margin-right: .8rem" @click="handleCancel">取消</a-button>
       <a-button @click="handleSubmit" type="primary" :loading="confirmLoading">提交</a-button>
-    </div>
+    </div> -->
   </a-modal>
 </template>