Browse Source

功能修改20250327-05

zhiyuan-007 4 days ago
parent
commit
798c26ca43
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/home/cpns/PanelSjwg.vue

+ 4 - 4
src/views/home/cpns/PanelSjwg.vue

@@ -332,10 +332,10 @@ function handleCheck(item, type) {
 				color = hexToRgb(color, 0.5)
 				// 已批复空域添加属性
 				additional.attributes = {
-					lb: item.lb,
-					rwxz: item.rwxz,
-					ssdw: item.ssdw,
-					jx_js: item.jx_js,
+					lb: item.category,
+					rwxz: item.taskProperties,
+					ssdw: item.affiliatedUnit,
+					jx_js: item.modelAndAmount,
 					...additional.attributes,
 				}
 			}