fix(表单设计器): 修复表单设计级联选择动态数据无法获取问题。

This commit is contained in:
konbai
2022-09-17 21:28:54 +08:00
parent f220dcf002
commit 2206cbb966
6 changed files with 43 additions and 29 deletions

View File

@@ -155,6 +155,8 @@ import DraggableItem from './DraggableItem'
import { getDrawingList, saveDrawingList, getIdGlobal, saveIdGlobal, getFormConf } from '@/utils/db'
import loadBeautifier from '@/utils/loadBeautifier'
import { getForm, addForm, updateForm } from '@/api/workflow/form'
import axios from 'axios'
import Vue from 'vue';
let beautifier
const emptyActiveData = { style: {}, autosize: {} }
@@ -163,6 +165,7 @@ let tempActiveData
const drawingListInDB = getDrawingList()
const formConfInDB = getFormConf()
const idGlobal = getIdGlobal()
Vue.prototype.$axios = axios
export default {
components: {