feat: 顶部菜单栏添加功能(除asset外)

This commit is contained in:
chenjinsong
2019-12-13 20:41:32 +08:00
parent 03173b64b9
commit 1af9501f73
4 changed files with 180 additions and 77 deletions

View File

@@ -579,6 +579,16 @@ export default {
mounted() {
this.getTableData();
this.initReceiverData();
},
computed: {
sProject() {
return this.$store.state.createAlertConfig;
}
},
watch: {
sProject(n, o) {
this.toAdd();
}
}
}
</script>