Browse Source

[Fix 0000] 修复瓦斯巡检任务区队无法正确编辑的问题

houzekong 1 tuần trước cách đây
mục cha
commit
f84e147651
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/vent/gas/gasInspect/gasInspect.data.ts

+ 1 - 1
src/views/vent/gas/gasInspect/gasInspect.data.ts

@@ -326,7 +326,7 @@ export const taskschemas: FormSchema[] = [
   },
   {
     label: '所属区队',
-    field: 'districtTeam',
+    field: 'teamCode',
     component: 'JDictSelectTag',
     componentProps: {
       dictCode: 'districtTeam',