|
@@ -178,6 +178,11 @@ export default {
|
|
|
computed: {
|
|
|
...mapGetters(['floorSelect']),
|
|
|
},
|
|
|
+ mounted() {
|
|
|
+ this.queryTableList()
|
|
|
+ this.getFloorAllSelect()
|
|
|
+ this.tabFind()
|
|
|
+ },
|
|
|
props: ['row', 'major', 'sign', 'smsxt', 'diff'],
|
|
|
methods: {
|
|
|
tabClick(item) {
|
|
@@ -323,8 +328,6 @@ export default {
|
|
|
this.tableData = res.data.data
|
|
|
this.total = res.data.count
|
|
|
this.key++
|
|
|
- this.assetnum = this.tableData[0].assetnum
|
|
|
- this.changeTab(0)
|
|
|
})
|
|
|
},
|
|
|
getFloorAllSelect() {
|