gaoluyang
2025-02-11 7ac13d34f5c0eeaa2f5ee1351bee4ccd7d0098da
全局JSON.parse(JSON.stringify(val))配置
已修改1个文件
3 ■■■■■ 文件已修改
src/main.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js
@@ -48,6 +48,9 @@
Vue.prototype.selectDictLabels = selectDictLabels
Vue.prototype.download = download
Vue.prototype.handleTree = handleTree
Vue.prototype.HaveJson = (val) => {
  return JSON.parse(JSON.stringify(val))
}
// 全局组件挂载
Vue.component('DictTag', DictTag)