|
@@ -152,8 +152,6 @@ import { Modal, message } from "ant-design-vue";
|
|
|
import { revoke, nodeSchema } from "../../utils/index";
|
|
|
import formItemProperties from "./module/formItemProperties";
|
|
|
import formProperties from "./module/formProperties";
|
|
|
-import { black } from '@/components/updateModule/bpmn-js/lib/draw/BpmnRenderUtil'
|
|
|
-
|
|
|
|
|
|
export default {
|
|
|
name: "KFormDesign",
|
|
@@ -522,12 +520,8 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
- let blackList=['评分','警告提示','HTML','富文本','按钮']
|
|
|
this.loadState = true;
|
|
|
nodeSchema.addComputed(this.schemaGroup);
|
|
|
- this.schemaGroup[0].list = this.schemaGroup[0].list.filter(item => {
|
|
|
- return !blackList.some(v=>v==item.label)
|
|
|
- })
|
|
|
}
|
|
|
};
|
|
|
</script>
|