lph 1 жил өмнө
parent
commit
2fdbbb137d

+ 3 - 3
zkqy-ui/src/views/asEditor/layout/home/pageDesign.vue

@@ -455,9 +455,9 @@ export default {
         });
         return {
           tableName,
-          fieldName,
-          label: optionConditions.label,
-          value: optionConditions.value,
+          selectDataKey: optionConditions[0].selectDataKey,
+          label: optionConditions[0].label,
+          value: optionConditions[0].value,
           queryCondition: JSON.stringify(queryCondition),
         };
       });