Explorar o código

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-bm-guide into smswb_dev

yunxing %!s(int64=4) %!d(string=hai) anos
pai
achega
a331868569
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/equipment/table/eqListTable.vue

+ 1 - 1
src/views/equipment/table/eqListTable.vue

@@ -99,7 +99,7 @@
             append-to-body
             :fullscreen='true'
         >
-            <eq-detail ref='qdDialog' :row='row' :major='major' :smsxt='smsxt' :diff='diff' :sign='sign'></eq-detail>
+            <eq-detail :key='`eqDetail${key}`' ref='qdDialog' :row='row' :major='major' :smsxt='smsxt' :diff='diff' :sign='sign'></eq-detail>
         </el-dialog>
     </div>
 </template>