Ver código fonte

Merge remote-tracking branch 'origin/develop' into develop

ZZH-wl 2 anos atrás
pai
commit
4328c4de4d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/proj/business/index.vue

+ 1 - 1
src/views/proj/business/index.vue

@@ -542,7 +542,7 @@
       },
       handleEdit(row) {
         if (row.id) {
-          this.$refs['edit'].showEdit(row)
+          this.$refs['add'].showEdit(row)
         } else {
           this.$refs['add'].showEdit()
         }