Explorar o código

fix - 查看电梯回显异常

jinyw hai 1 mes
pai
achega
ff5943a2b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ruoyi-ui-vue2/src/views/quotation/editQuotation.vue

+ 1 - 1
ruoyi-ui-vue2/src/views/quotation/editQuotation.vue

@@ -257,7 +257,7 @@
                 </el-button>
                 <!--                查看-->
                 <el-button v-hasPermi="['bt:business:eq:techReview']" icon="el-icon-view" size="mini" v-if="typeIn(['add','edit'])"
-                           type="text" @click="handleView(scope.row,true)">{{ $t('common.view') }}
+                           type="text" @click="handleView(scope.row,false)">{{ $t('common.view') }}
                 </el-button>
                 <!--                编辑-->
                 <el-button v-hasPermi="['bt:business:eq:techReview']" icon="el-icon-edit" size="mini" v-if="typeIn(['add','edit'])"