From 6638f408694eff691f0465d897204b3656713468 Mon Sep 17 00:00:00 2001 From: anthonyywj2 <353682448@qq.com> Date: Wed, 27 Jul 2022 16:07:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=EF=BC=8Cbug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.json | 6 +- src/router/index.js | 73 -- src/views/sync/SysDownloadData.vue | 5 +- src/views/sync/SysUploadData.vue | 2 +- src/views/userManage/admin/authAdmin.vue | 836 +++++++++--------- .../userManage/param/systemParamConfig.vue | 136 +-- 6 files changed, 497 insertions(+), 561 deletions(-) diff --git a/public/config.json b/public/config.json index fe789de..7c0ce30 100644 --- a/public/config.json +++ b/public/config.json @@ -1,5 +1,5 @@ { - "BASE_URL":"http://192.168.0.109:9989", - "SERVER_IP": "http://192.168.0.109:8080/", - "hosp_name": "平和县医院" + "BASE_URL":"http://127.0.0.1:9989", + "SERVER_IP": "http://127.0.0.1:8080/", + "hosp_name": "诏安县总医院" } diff --git a/src/router/index.js b/src/router/index.js index abc8566..ffa1359 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -207,53 +207,6 @@ export const asyncRouterMap = [ }, ] }, - // { - // path: "/udisync", - // redirect: "/udisync/udiInfoImport", - // component: Home, - // icon: "tongyong", - // name: "数据同步", - // hidden: false, - // noDropdown: false, - // meta: { - // authRule: ["udisync"] - // }, - // children: [ - // { - // path: "udiInfoImport", - // name: "医疗器械信息", - // component: udiInfoImport, - // meta: { - // authRule: ["udisync/udiInfoImport"] - // } - // }, - // { - // path: "corpImport", - // name: "往来单位信息", - // component: corpImport, - // meta: { - // authRule: ["udisync/corpImport"] - // } - // }, - // { - // path: "thrProductsImport", - // name: "第三方产品信息", - // component: thrProductsImport, - // meta: { - // authRule: ["udisync/thrProductsImport"] - // } - // }, - // { - // path: "thrOrderImport", - // name: "第三方业务单据", - // component: thrOrderImport, - // meta: { - // authRule: ["udisync/thrOrderImport"] - // } - // }, - // - // ] - // }, { path: "/spsync", @@ -267,14 +220,6 @@ export const asyncRouterMap = [ authRule: ["spsync"] }, children: [ - // { - // path: "udiInfoUpload", - // name: "医疗器械信息", - // component: udiInfoUpload, - // meta: { - // authRule: ["spsync/udiInfoUpload"] - // } - // }, { path: "sysUploadData", component: sysUploadData, @@ -293,24 +238,6 @@ export const asyncRouterMap = [ authRule: ["spsync/sysDownloadData"] } }, - // { - // path: "spOrderFloder", - // name: "扫码单据文件记录", - // component: spOrderFloder, - // meta: { - // authRule: ["spsync/spOrderFloder"] - // } - // }, - - - // { - // path: "SpBasicFolder", - // name: "基础信息文件记录", - // component: SpBasicFolder, - // meta: { - // authRule: ["spsync/spOrderFloder"] - // } - // }, ] }, diff --git a/src/views/sync/SysDownloadData.vue b/src/views/sync/SysDownloadData.vue index da4712f..24f0045 100644 --- a/src/views/sync/SysDownloadData.vue +++ b/src/views/sync/SysDownloadData.vue @@ -8,13 +8,12 @@ - + - @@ -149,7 +148,7 @@ export default { filterQuery: { taskId: null, id: null, - status: "0", + status: "3", page: 1, limit: 10, syncTime: null, diff --git a/src/views/sync/SysUploadData.vue b/src/views/sync/SysUploadData.vue index e31736d..077d5ba 100644 --- a/src/views/sync/SysUploadData.vue +++ b/src/views/sync/SysUploadData.vue @@ -9,7 +9,7 @@ - + diff --git a/src/views/userManage/admin/authAdmin.vue b/src/views/userManage/admin/authAdmin.vue index 8138c5b..c91863b 100644 --- a/src/views/userManage/admin/authAdmin.vue +++ b/src/views/userManage/admin/authAdmin.vue @@ -1,445 +1,451 @@ diff --git a/src/views/userManage/param/systemParamConfig.vue b/src/views/userManage/param/systemParamConfig.vue index 9313c7c..b6c35b3 100644 --- a/src/views/userManage/param/systemParamConfig.vue +++ b/src/views/userManage/param/systemParamConfig.vue @@ -1,76 +1,80 @@