问题:热榜商品选择器框内回显问题
This commit is contained in:
@@ -50,15 +50,15 @@ const user = {
|
||||
let params = {};
|
||||
params.currentPage = 1;
|
||||
params.pageSize = 100;
|
||||
getAction('/erp/materialProperty/list', params).then((mp) => {
|
||||
console.log(mp);
|
||||
if(mp && mp.code === 200){
|
||||
if(mp.data) {
|
||||
let thisRows = mp.data.rows; //属性列表
|
||||
Vue.ls.set('materialPropertyList', thisRows);
|
||||
}
|
||||
}
|
||||
})
|
||||
// getAction('/erp/materialProperty/list', params).then((mp) => {
|
||||
// console.log(mp);
|
||||
// if(mp && mp.code === 200){
|
||||
// if(mp.data) {
|
||||
// let thisRows = mp.data.rows; //属性列表
|
||||
// Vue.ls.set('materialPropertyList', thisRows);
|
||||
// }
|
||||
// }
|
||||
// })
|
||||
resolve()
|
||||
}).catch(error => {
|
||||
reject(error)
|
||||
|
||||
Reference in New Issue
Block a user