mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-23 12:08:37 +00:00
perf: 【IoT 物联网】场景联动优化 review 提到的问题
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
<JsonParamsInput
|
||||
v-model="paramsValue"
|
||||
type="service"
|
||||
:config="{ service: selectedService }"
|
||||
placeholder="请输入JSON格式的服务参数"
|
||||
:config="{ service: selectedService } as any"
|
||||
placeholder="请输入 JSON 格式的服务参数"
|
||||
/>
|
||||
</el-form-item>
|
||||
</div>
|
||||
@@ -68,7 +68,7 @@
|
||||
v-model="paramsValue"
|
||||
type="property"
|
||||
:config="{ properties: thingModelProperties }"
|
||||
placeholder="请输入JSON格式的控制参数"
|
||||
placeholder="请输入 JSON 格式的控制参数"
|
||||
/>
|
||||
</el-form-item>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user