修改技术监督时间不做判断
This commit is contained in:
@@ -100,8 +100,8 @@
|
||||
v-for="(item, ind) in steadyStateList"
|
||||
:key="ind"
|
||||
:label="item.name"
|
||||
@change="changeSteadyState"
|
||||
>
|
||||
>
|
||||
<!-- @change="changeSteadyState" -->
|
||||
{{ item.name }}
|
||||
</el-checkbox>
|
||||
</div>
|
||||
@@ -115,8 +115,8 @@
|
||||
v-for="(item, ind) in transientIndicatorsList"
|
||||
:key="ind"
|
||||
:label="item.name"
|
||||
@change="changeTransientIndicators"
|
||||
>
|
||||
>
|
||||
<!-- @change="changeTransientIndicators" -->
|
||||
{{ item.name }}
|
||||
</el-checkbox>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user