@@ -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) {