Ver Fonte

feature(订单管理系统):
1、项目管理中的编辑改为详情里边的编辑,列表页的编辑跟增加项目使用同一个控件

niezch há 2 anos atrás
pai
commit
ec04f8759e
1 ficheiros 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()
         }