scorpioyq 2 жил өмнө
parent
commit
70f4ec1423

+ 4 - 2
src/views/home/component/dash.vue

@@ -275,7 +275,8 @@ export default {
       parentId: 0,
       parentId: 0,
       queryData: null,
       queryData: null,
       owerQuery: {},
       owerQuery: {},
-      projectStageQuery: {}
+      projectStageQuery: {},
+      selectNum: ''
     }
     }
   },
   },
   created() {
   created() {
@@ -322,7 +323,8 @@ export default {
       })
       })
     },
     },
     selectionChange(list) {
     selectionChange(list) {
-      console.log(list)
+      this.selectNum = list.length
+      console.log(this.selectNum)
     },
     },
     beforeOpen(done, type) {
     beforeOpen(done, type) {
       if (['edit'].includes(type)) {
       if (['edit'].includes(type)) {