Browse Source

关闭弹窗修改

duy 2 years ago
parent
commit
66b8fcead8
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/file/collection.vue

+ 5 - 1
src/views/file/collection.vue

@@ -171,7 +171,7 @@
         </HcDialog>
 
         <!--预组卷整理 无数据-->
-        <HcDialog :show="sortingNoneModal" title="预组卷整理" widths="850px" isTable isRowFooter>
+        <HcDialog :show="sortingNoneModal" title="预组卷整理" widths="850px" isTable isRowFooter @close="sortingNoneModalClose">
             <div class="flex-center">
                 <i class="el-icon" data-v-029747aa="" style="font-size: 200px;color:#81b337;cursor: pointer;" @click="toSortingModal">
                     <svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" data-v-029747aa="">
@@ -592,6 +592,7 @@ const sortingClick = async() => {
                 sortingItemData.value = getArrValue(data)
                 sortingOldData.value = deepClone(sortingItemData.value)
             }else{
+                console.log(1111111);
                 sortingNoneModal.value = true
             }
         }
@@ -608,6 +609,9 @@ const toSortingModal = ()=>{
     sortingItemData.value=[]
     sortingModal.value = true
 }
+const sortingNoneModalClose=()=>{
+    sortingNoneModal.value=false
+}
 
 const sortingItemData = ref([])
 const sortingOldData = ref([])//旧数据,用来对比是否修改名字