diff --git a/src/App.vue b/src/App.vue index 386f6ac..c019b43 100644 --- a/src/App.vue +++ b/src/App.vue @@ -841,7 +841,7 @@ export default { init(showData) { let _this = this - let api = '/api/Administrator/OrderFieldStyle/getUserConfig?type=1' + let api = '/api/Administrator/OrderFieldStyle/getUserConfig?type=' + this.orderType const res = axios.get(api).then((res) => { let doc = {} if(res.data.code == 1) {