|
@@ -182,7 +182,6 @@
|
|
:visible.sync="AssociatedPublicTap"
|
|
:visible.sync="AssociatedPublicTap"
|
|
modal-append-to-body
|
|
modal-append-to-body
|
|
append-to-body
|
|
append-to-body
|
|
- :before-close="AssociatedPublicClose"
|
|
|
|
>
|
|
>
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
@@ -723,6 +722,7 @@ export default {
|
|
message: '设置成功'
|
|
message: '设置成功'
|
|
})
|
|
})
|
|
this.AssociatedPublicTap = false
|
|
this.AssociatedPublicTap = false
|
|
|
|
+ this.AssociatedPublicClose()
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//#endregion
|
|
//#endregion
|