feat: 模版管理 优化

This commit is contained in:
dataeaseShu
2022-08-17 13:52:10 +08:00
parent 2d1d0ad774
commit 0934a01275
25 changed files with 2908 additions and 1213 deletions

View File

@@ -69,6 +69,7 @@
<script>
import { removeMap } from '@/api/map/map'
import msgCfm from '@/components/msgCfm'
export default {
name: 'MapSettingLeft',
props: {
@@ -77,6 +78,7 @@ export default {
default: () => []
}
},
mixins: [msgCfm],
data() {
return {
filterText: '',
@@ -154,7 +156,7 @@ export default {
value: null
}).then(() => {
this.$emit('refresh-tree')
this.$success(this.$t('commons.delete_success'))
this.openMessageSuccess("commons.delete_success");
})
})
}).catch(() => {