|
@@ -20,6 +20,8 @@
|
|
</ul>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+ <NullList :remark="'暂无关联亲属'" v-if="!recordList.length"></NullList>
|
|
|
|
+
|
|
<loading :visible="isLoading"></loading>
|
|
<loading :visible="isLoading"></loading>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -29,6 +31,7 @@
|
|
import Common from '$project/components/Common.vue'
|
|
import Common from '$project/components/Common.vue'
|
|
import Loading from '$project/components/Loading.vue'
|
|
import Loading from '$project/components/Loading.vue'
|
|
import TopHeader from '$project/components/TopHeader.vue'
|
|
import TopHeader from '$project/components/TopHeader.vue'
|
|
|
|
+ import NullList from '$project/components/NullList.vue'
|
|
import {
|
|
import {
|
|
mapGetters,
|
|
mapGetters,
|
|
mapMutations
|
|
mapMutations
|
|
@@ -39,6 +42,7 @@
|
|
Common,
|
|
Common,
|
|
Loading,
|
|
Loading,
|
|
TopHeader,
|
|
TopHeader,
|
|
|
|
+ NullList
|
|
},
|
|
},
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|