This commit is contained in:
lq 2024-07-09 16:10:24 +08:00
parent b702bccafa
commit 75ae7cf4ce

View File

@ -841,7 +841,7 @@ export default {
init(showData) { init(showData) {
let _this = this 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) => { const res = axios.get(api).then((res) => {
let doc = {} let doc = {}
if(res.data.code == 1) { if(res.data.code == 1) {