瀏覽代碼

设施环境通用组件只读模式下禁止计算

luoaoxuan 1 年之前
父節點
當前提交
5f3b080d4d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/component/facility/facilityData.vue

+ 1 - 0
src/views/component/facility/facilityData.vue

@@ -158,6 +158,7 @@ export default {
         // 计算修正值
         culXiuZheng () {
             if (!this.isCul) return
+            if (this.readonly) return
             this.forms.forEach(item => {
                 if (item.value) {
                     if (item.fixValue) {