Parcourir la source

具体样式修改

daiqisheng il y a 3 ans
Parent
commit
fdc3232882
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/pages/main/performance/department.vue

+ 3 - 0
src/pages/main/performance/department.vue

@@ -266,6 +266,7 @@
         :list="receiver_table_list"
         :config="receiver_table_config"
       ></simple-table>
+       <template v-slot:footer><div></div></template>
     </simple-dialog>
     <simple-dialog
       title="选择科室经理"
@@ -688,8 +689,10 @@ export default {
     handleCheck(row) {
       console.log(row, "row");
       this.edit_form = row;
+      this.edit_visible = false;
       if (row.receiverId && row.receiverId.split(",").length > 1) {
         this.menager_visible = true;
+
         this.receiverList = row.receiverName
           ? row.receiverId.split(",").map((el, index) => ({
               label: row.receiverName.split(",")[index],