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

fix: 补充提交

parent 1aaa36da
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "6.9.13", "version": "6.9.14",
"description": "6.9.13 区域任务优化", "description": "6.9.14 区域任务优化",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
......
...@@ -157,7 +157,7 @@ const AreaTask = (props) => { ...@@ -157,7 +157,7 @@ const AreaTask = (props) => {
} }
}) })
addOther({ fieldAliasName: '反馈状态', fieldType: '台账', fieldName: '反馈状态' }) addOther({ fieldAliasName: '反馈状态', fieldType: '台账', fieldName: '反馈状态' })
if (presetValue) { if (presetValue && !disabled) {
array.push({ array.push({
title: '操作', title: '操作',
dataIndex: '', dataIndex: '',
...@@ -174,7 +174,7 @@ const AreaTask = (props) => { ...@@ -174,7 +174,7 @@ const AreaTask = (props) => {
}) })
} }
return array return array
}, [isGIS, fieldList, formJson, presetValue, dataSource]) }, [isGIS, fieldList, formJson, disabled, presetValue, dataSource])
const onSelect = (value, areaList) => { const onSelect = (value, areaList) => {
setSelectedKeys(value) 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