|
@@ -3264,13 +3264,17 @@ export default {
|
3264
|
3264
|
// }
|
3265
|
3265
|
// }
|
3266
|
3266
|
|
3267
|
|
- if(row.is_user!=1 && this.org_id != 10206 && this.org_id != 0){
|
|
3267
|
+ if(row.is_user!=1 && this.org_id != 10206){
|
|
3268
|
+ console.log("row.sum_count",row)
|
3268
|
3269
|
if (row.sum_count <= 0) {
|
3269
|
3270
|
if (selection) {
|
3270
|
3271
|
selection.forEach(row => {
|
3271
|
|
- if (row.sum_count <= 0) {
|
3272
|
|
- this.$refs.multipleTable.toggleRowSelection(row)
|
|
3272
|
+ if(row.is_project!=1){
|
|
3273
|
+ if ( row.sum_count <= 0) {
|
|
3274
|
+ this.$refs.multipleTable.toggleRowSelection(row)
|
|
3275
|
+ }
|
3273
|
3276
|
}
|
|
3277
|
+
|
3274
|
3278
|
})
|
3275
|
3279
|
} else {
|
3276
|
3280
|
this.$refs.multipleTable.clearSelection()
|