yujinwen 2 months ago
parent
commit
04e9e592a8

+ 1 - 0
src/views/etaChart/components/ClassifyWrap.vue

@@ -147,6 +147,7 @@ function handleClassifyActiveChange({ node }) {
         :key="item.ChartInfoId" 
         :value="item.ChartInfoId"
         :label="item.ChartName"
+        :title="null"
       >
         <span v-html="item.ChartName"></span>
       </t-option>

+ 2 - 0
src/views/user/favorite/components/MoveChart.vue

@@ -103,6 +103,8 @@ function handleClickCheckAll(check) {
     tableData.value.forEach(item=>{
       selectedRowKeys.value.push(item.ChartInfoId)
     })
+  }else{
+    selectedRowKeys.value=[]
   }
 }
 

+ 1 - 0
src/views/user/favorite/etaChart.vue

@@ -110,6 +110,7 @@ async function handleCancelCollect(item,index){
           :totalContent="true"
           :showPageSize="false"
           @current-change="onPageChange"
+          style="margin-top:20px"
         />
       </div>
     </div>