This commit is contained in:
yanran200730
2022-09-27 14:56:29 +08:00
parent 039d65c94d
commit d00b876181

View File

@@ -54,10 +54,10 @@
</template>
<script>
import {mapState} from 'vuex'
import {getRiskArea} from "../riskareaCrawler";
import {mapState} from 'vuex'
import {getRiskArea} from "../riskareaCrawler";
export default {
export default {
name: 'List',
props: {
@@ -138,6 +138,7 @@ export default {
}
})
},
handleSyncData() {
getRiskArea(this.instance).then(res => {
if (res?.code == 0) {
@@ -147,10 +148,8 @@ export default {
})
}
}
}
}
</script>
<style lang="scss" scoped>
.notice {
}
</style>