|
@@ -891,8 +891,8 @@ const draw_type = ref(props.drawType)
|
|
|
const tree_AutoExpandKeys = ref(props.treeAutoExpandKeys)
|
|
|
const treenodeDataInfo = ref(props.treenodeDataInfo)
|
|
|
const newlistdata = ref(props.newlistdata)
|
|
|
-const isEnableBulk = ref(true)
|
|
|
-// const isEnableBulk = ref(false)
|
|
|
+// const isEnableBulk = ref(true)
|
|
|
+const isEnableBulk = ref(false)
|
|
|
const contractInfo = ref(props.contractInfo)
|
|
|
const isTemplateType = ref(useAppState.contractInfo?.templateType === 2)
|
|
|
//表单变量
|