diff --git a/src/api/system/followup.js b/src/api/system/followup.js new file mode 100644 index 0000000..cced368 --- /dev/null +++ b/src/api/system/followup.js @@ -0,0 +1,8 @@ +import request from '@/utils/request' +export function manualFollowUpList(query) { + return request({ + url: '/manage/signroute/manualFollowUpList', + method: 'get', + params: query + }) +} \ No newline at end of file diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue new file mode 100644 index 0000000..720367a --- /dev/null +++ b/src/views/system/followup/index.vue @@ -0,0 +1,706 @@ + + + + \ No newline at end of file diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue new file mode 100644 index 0000000..70cf6f3 --- /dev/null +++ b/src/views/system/followupsee/index.vue @@ -0,0 +1,326 @@ + + + + + \ No newline at end of file