|
@@ -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],
|