From 75ae7cf4cea93419102943a1de258214f0cd6cfe Mon Sep 17 00:00:00 2001 From: lq <13849061902@qq.com> Date: Tue, 9 Jul 2024 16:10:24 +0800 Subject: [PATCH] add code --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {