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