add code
This commit is contained in:
parent
b702bccafa
commit
75ae7cf4ce
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user