This commit is contained in:
liuye
2022-10-09 16:42:20 +08:00
parent eb7ba60a4a
commit 006918619c
3 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ export default {
}, },
methods: { methods: {
getCropAreaId() { getCropAreaId() {
this.$http.post(`app/appdvcpconfig/getCorpArea`).then((res) => { this.$http.post(`/app/appdvcpconfig/getCorpArea`).then((res) => {
if (res.code == 0) { if (res.code == 0) {
this.areaId = res.data this.areaId = res.data
this.cropAreaId = res.data this.cropAreaId = res.data

View File

@@ -113,7 +113,7 @@ export default {
}, },
methods: { methods: {
getCropAreaId() { getCropAreaId() {
this.$http.post(`app/appdvcpconfig/getCorpArea`).then((res) => { this.$http.post(`/app/appdvcpconfig/getCorpArea`).then((res) => {
if (res.code == 0) { if (res.code == 0) {
this.areaId = res.data this.areaId = res.data
this.cropAreaId = res.data this.cropAreaId = res.data

View File

@@ -94,7 +94,7 @@ export default {
}, },
methods: { methods: {
getCropAreaId() { getCropAreaId() {
this.$http.post(`app/appdvcpconfig/getCorpArea`).then((res) => { this.$http.post(`/app/appdvcpconfig/getCorpArea`).then((res) => {
if (res.code == 0) { if (res.code == 0) {
this.areaId = res.data this.areaId = res.data
this.cropAreaId = res.data this.cropAreaId = res.data