diff --git a/package-lock.json b/package-lock.json index 3433587..1f1e0c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2098,7 +2098,7 @@ "dependencies": { "isarray": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz?cache=0&sync_timestamp=1562592096220&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fisarray%2Fdownload%2Fisarray-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz", "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "readable-stream": { @@ -4697,7 +4697,7 @@ }, "echarts": { "version": "4.9.0", - "resolved": "https://registry.npm.taobao.org/echarts/download/echarts-4.9.0.tgz?cache=0&sync_timestamp=1605024616494&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fecharts%2Fdownload%2Fecharts-4.9.0.tgz", + "resolved": "https://registry.nlark.com/echarts/download/echarts-4.9.0.tgz?cache=0&sync_timestamp=1623167264935&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fecharts%2Fdownload%2Fecharts-4.9.0.tgz", "integrity": "sha1-qbm6oD8Doqcx5jQMVb77V6nhNH0=", "requires": { "zrender": "4.3.2" @@ -6768,7 +6768,7 @@ }, "gauge": { "version": "2.7.4", - "resolved": "https://registry.npm.taobao.org/gauge/download/gauge-2.7.4.tgz", + "resolved": "https://registry.nlark.com/gauge/download/gauge-2.7.4.tgz?cache=0&sync_timestamp=1627307755867&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fgauge%2Fdownload%2Fgauge-2.7.4.tgz", "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", "requires": { "aproba": "^1.0.3", @@ -8468,7 +8468,7 @@ }, "in-publish": { "version": "2.0.1", - "resolved": "https://registry.npm.taobao.org/in-publish/download/in-publish-2.0.1.tgz?cache=0&sync_timestamp=1584389407092&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fin-publish%2Fdownload%2Fin-publish-2.0.1.tgz", + "resolved": "https://registry.npm.taobao.org/in-publish/download/in-publish-2.0.1.tgz", "integrity": "sha1-lIsaU1yAMFYc6lIvc/ePS+NX4Aw=" }, "indent-string": { @@ -10593,7 +10593,7 @@ }, "npmlog": { "version": "4.1.2", - "resolved": "https://registry.npm.taobao.org/npmlog/download/npmlog-4.1.2.tgz", + "resolved": "https://registry.nlark.com/npmlog/download/npmlog-4.1.2.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fnpmlog%2Fdownload%2Fnpmlog-4.1.2.tgz", "integrity": "sha1-CKfyqL9zRgR3mp76StXMcXq7lUs=", "requires": { "are-we-there-yet": "~1.1.2", @@ -13339,7 +13339,7 @@ }, "psl": { "version": "1.8.0", - "resolved": "https://registry.npm.taobao.org/psl/download/psl-1.8.0.tgz?cache=0&sync_timestamp=1585142991033&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpsl%2Fdownload%2Fpsl-1.8.0.tgz", + "resolved": "https://registry.npm.taobao.org/psl/download/psl-1.8.0.tgz?cache=0&sync_timestamp=1585143522654&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpsl%2Fdownload%2Fpsl-1.8.0.tgz", "integrity": "sha1-kyb4vPsBOtzABf3/BWrM4CDlHCQ=" }, "public-encrypt": { @@ -14774,7 +14774,7 @@ "dependencies": { "isarray": { "version": "1.0.0", - "resolved": "https://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz?cache=0&sync_timestamp=1562592096220&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fisarray%2Fdownload%2Fisarray-1.0.0.tgz", + "resolved": "https://registry.npm.taobao.org/isarray/download/isarray-1.0.0.tgz", "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "readable-stream": { @@ -19276,7 +19276,7 @@ }, "zrender": { "version": "4.3.2", - "resolved": "https://registry.npm.taobao.org/zrender/download/zrender-4.3.2.tgz", + "resolved": "https://registry.nlark.com/zrender/download/zrender-4.3.2.tgz", "integrity": "sha1-7HQy+UFcgsc1hLa3uMR+GwFiCcY=" } } diff --git a/src/views/modules/personroom/epidemicplotbuilding-add-or-update.vue b/src/views/modules/personroom/epidemicplotbuilding-add-or-update.vue index a4a6108..36c5e40 100644 --- a/src/views/modules/personroom/epidemicplotbuilding-add-or-update.vue +++ b/src/views/modules/personroom/epidemicplotbuilding-add-or-update.vue @@ -447,7 +447,7 @@ export default { }) }, queryComm (event) { - this.$http.get(`sys/dept/deptInfo?deptPid=${event}`).then(({ data: res }) => { + this.$http.get(`sys/sysdeptinfo/getDeptInfo?deptPid=${event}`).then(({ data: res }) => { this.communitys = res.data }).catch(() => {}) }, @@ -477,7 +477,7 @@ export default { }) }, queryGrid (event) { - this.$http.get(`sys/dept/deptInfo?deptPid=${event}`).then(({ data: res }) => { + this.$http.get(`sys/sysdeptinfo/getDeptInfo?deptPid=${event}`).then(({ data: res }) => { this.grids = res.data }).catch(() => {}) }, diff --git a/src/views/modules/personroom/epidemicplotbuilding-add-or-update_new.vue b/src/views/modules/personroom/epidemicplotbuilding-add-or-update_new.vue index fe919d1..20cc2aa 100644 --- a/src/views/modules/personroom/epidemicplotbuilding-add-or-update_new.vue +++ b/src/views/modules/personroom/epidemicplotbuilding-add-or-update_new.vue @@ -298,7 +298,7 @@ export default { }) }, queryComm (event) { - this.$http.get(`sys/dept/deptInfo?deptPid=${event}`).then(({ data: res }) => { + this.$http.get(`sys/sysdeptinfo/getDeptInfo?deptPid=${event}`).then(({ data: res }) => { this.communitys = res.data }).catch(() => {}) }, @@ -328,7 +328,7 @@ export default { }) }, queryGrid (event) { - this.$http.get(`sys/dept/deptInfo?deptPid=${event}`).then(({ data: res }) => { + this.$http.get(`sys/sysdeptinfo/getDeptInfo?deptPid=${event}`).then(({ data: res }) => { this.grids = res.data }).catch(() => {}) }, diff --git a/src/views/modules/personroom/epidemicplotbuilding.vue b/src/views/modules/personroom/epidemicplotbuilding.vue index 5df3ac5..c46de8e 100644 --- a/src/views/modules/personroom/epidemicplotbuilding.vue +++ b/src/views/modules/personroom/epidemicplotbuilding.vue @@ -205,7 +205,7 @@ export default { this.streetArr.find((item) => { if (item.deptId === event) { this.dataForm.streetId = item.deptId - this.$http.get(`sys/dept/deptInfo?deptPid=${event}`).then(({ data: res }) => { + this.$http.get(`sys/sysdeptinfo/getDeptInfo?deptPid=${event}`).then(({ data: res }) => { this.communitys = res.data }).catch(() => {}) } @@ -217,7 +217,7 @@ export default { this.communitys.find((item) => { if (item.deptId === event) { this.dataForm.communityId = item.deptId - this.$http.get(`sys/dept/deptInfo?deptPid=${event}`).then(({ data: res }) => { + this.$http.get(`sys/sysdeptinfo/getDeptInfo?deptPid=${event}`).then(({ data: res }) => { this.grids = res.data }).catch(() => {}) }