Browse Source

fix:预测指标新增编辑页上下限编辑控制权打开

Karsa 1 year ago
parent
commit
c7c058bad6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/predictEdb_manage/addPredicEdb.vue

+ 1 - 0
src/views/predictEdb_manage/addPredicEdb.vue

@@ -379,6 +379,7 @@
         <div class="top-title">{{ formData.edbName }}</div>
         <chartInfo
           :edbData="edbData"
+          :isAllowEditLimit="true"
           @refreshData="refreshData"
           ref="chartInfo"
         />