diff --git a/project/fengdu/app/AppIntegratingRules/components/List.vue b/project/fengdu/app/AppIntegratingRules/components/List.vue index 8c29cbc1..74bf234a 100644 --- a/project/fengdu/app/AppIntegratingRules/components/List.vue +++ b/project/fengdu/app/AppIntegratingRules/components/List.vue @@ -1,159 +1,425 @@ diff --git a/project/fengdu/app/AppIntegratingTask/components/Add.vue b/project/fengdu/app/AppIntegratingTask/components/Add.vue index ecd6b669..c4a95e52 100644 --- a/project/fengdu/app/AppIntegratingTask/components/Add.vue +++ b/project/fengdu/app/AppIntegratingTask/components/Add.vue @@ -1,138 +1,107 @@ - diff --git a/project/fengdu/app/AppIntegratingTask/components/List.vue b/project/fengdu/app/AppIntegratingTask/components/List.vue index bed9907c..80134c37 100644 --- a/project/fengdu/app/AppIntegratingTask/components/List.vue +++ b/project/fengdu/app/AppIntegratingTask/components/List.vue @@ -31,11 +31,13 @@ - + @@ -111,6 +113,15 @@ }) }, + toDetail (id) { + this.$emit('change', { + type: 'Detail', + params: { + id: id || '', + } + }) + }, + toAdd(id) { this.$emit('change', { type: 'Add',