Commit 8eefc487 authored by 小费同学阿's avatar 小费同学阿 💬

144环境地址替换

parent 51bdaa02
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
v-hasPermi="['business:hospital:export']" v-hasPermi="['business:hospital:export']"
class="fourWordswhiteBtn" class="fourWordswhiteBtn"
size="mini" size="mini"
@click="reverseSelect(hospitalList,'re-choice')" @click="reverseSelect('re-choice')"
><svg-icon style="margin-right: 1px" icon-class="shuaixuan_icon_fanxiang" />反向选择 ><svg-icon style="margin-right: 1px" icon-class="shuaixuan_icon_fanxiang" />反向选择
</el-button> </el-button>
<el-button <el-button
...@@ -489,7 +489,7 @@ export default { ...@@ -489,7 +489,7 @@ export default {
* @param selection 已选择内容 * @param selection 已选择内容
* @param all 是否永远进行全选操作 * @param all 是否永远进行全选操作
*/ */
async selectAll(selection = [], all = true, allChoiceButtonId) { async selectAll(allChoiceButtonId, selection = [], all = true) {
document.getElementById(allChoiceButtonId).blur() document.getElementById(allChoiceButtonId).blur()
if (this.hospitalList.length !== selection.length && !all) { if (this.hospitalList.length !== selection.length && !all) {
this.effectTableSelect([]) this.effectTableSelect([])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment