add code
This commit is contained in:
parent
69020cd015
commit
2da06e6fc7
|
@ -552,8 +552,8 @@ export default {
|
||||||
getApiField() {
|
getApiField() {
|
||||||
let api = '/api/Administrator/ProductColConfig/getUserConfig'
|
let api = '/api/Administrator/ProductColConfig/getUserConfig'
|
||||||
axios.get(api).then(res => {
|
axios.get(api).then(res => {
|
||||||
let field = res.data
|
//let field = res.data
|
||||||
let fieldArr = field.data
|
let fieldArr = res.data.data
|
||||||
let fieldObj = {}
|
let fieldObj = {}
|
||||||
let nameField = {}
|
let nameField = {}
|
||||||
let showObj = {}
|
let showObj = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user