Browse Source

修改

master
yangzhou-cyber 3 years ago
parent
commit
5c5768f6fc
2 changed files with 1 additions and 1 deletions
  1. +0
    -1
      src/views/chain/assessmentContent.vue
  2. +1
    -0
      src/views/second/segmentation/contentDetail.vue

+ 0
- 1
src/views/chain/assessmentContent.vue View File

@@ -300,7 +300,6 @@ export default {
},
methods: {
isEmpty(data) {
console.log(data)
for (let item of data.children) {
if(item.children.length>0){
return true

+ 1
- 0
src/views/second/segmentation/contentDetail.vue View File

@@ -101,6 +101,7 @@
border
highlight-current-row
v-loading="tableLoading"
style="min-height:425px"
>
<el-table-column
type="index"

Loading…
Cancel
Save