路径
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user