Commit 16b08c38 authored by 田翔's avatar 田翔

fix: 补充提交

parent 1aaa36da
{
"name": "panda-xform",
"version": "6.9.13",
"description": "6.9.13 区域任务优化",
"version": "6.9.14",
"description": "6.9.14 区域任务优化",
"keywords": [
"panda-xform"
],
......
......@@ -157,7 +157,7 @@ const AreaTask = (props) => {
}
})
addOther({ fieldAliasName: '反馈状态', fieldType: '台账', fieldName: '反馈状态' })
if (presetValue) {
if (presetValue && !disabled) {
array.push({
title: '操作',
dataIndex: '',
......@@ -174,7 +174,7 @@ const AreaTask = (props) => {
})
}
return array
}, [isGIS, fieldList, formJson, presetValue, dataSource])
}, [isGIS, fieldList, formJson, disabled, presetValue, dataSource])
const onSelect = (value, areaList) => {
setSelectedKeys(value)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment