|
@@ -153,6 +153,8 @@ import { revoke, nodeSchema } from "../../utils/index";
|
|
import formItemProperties from "./module/formItemProperties";
|
|
import formItemProperties from "./module/formItemProperties";
|
|
import formProperties from "./module/formProperties";
|
|
import formProperties from "./module/formProperties";
|
|
import { black } from '@/components/updateModule/bpmn-js/lib/draw/BpmnRenderUtil'
|
|
import { black } from '@/components/updateModule/bpmn-js/lib/draw/BpmnRenderUtil'
|
|
|
|
+import stringify from 'uuid/dist/stringify'
|
|
|
|
+import tempData from '@/assets/js/kFormDesign.js'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
@@ -525,6 +527,8 @@ export default {
|
|
let blackList=['评分','警告提示','HTML','富文本','按钮']
|
|
let blackList=['评分','警告提示','HTML','富文本','按钮']
|
|
this.loadState = true;
|
|
this.loadState = true;
|
|
nodeSchema.addComputed(this.schemaGroup);
|
|
nodeSchema.addComputed(this.schemaGroup);
|
|
|
|
+ this.schemaGroup = tempData;
|
|
|
|
+ console.log('this.schemaGroup',this.schemaGroup);
|
|
this.schemaGroup[0].list = this.schemaGroup[0].list.filter(item => {
|
|
this.schemaGroup[0].list = this.schemaGroup[0].list.filter(item => {
|
|
return !blackList.some(v=>v==item.label)
|
|
return !blackList.some(v=>v==item.label)
|
|
})
|
|
})
|