tom
2024-08-03 2278ff7c0401f7f97e168a0943192357c1999cbf
module/md/page/popup/page/popup_hospitalToList.html
@@ -32,12 +32,16 @@
                  formfieldClick: {},
                  
                  selectedrows: [],
                  isselection: true, // 默认多选
               },
               created() {
                  this.popupParames = clone(Root.popupParames);
                  this.title = this.popupParames.title || this.popupParames.text
                  if (this.popupParames.filter) {
                     this.filterTxt = this.popupParames.filter
                  }
                  if (this.popupParames.delta && this.popupParames.delta.isoneselection) {
                     this.isselection = false
                  }
                  
                  if (this.popupParames.dataname) {
@@ -194,7 +198,7 @@
                     v-on:row-click="rowClick"
                     
                     :select-table-data="selectedrows"
                     :is-selection="true"
                     :is-selection="isselection"
                     :isshow-shoppingcart="true"
                     v-on:selection-change="selectionChange"
                     v-on:save-shoppingcart="saveShoppingcart"