问题:热榜商品选择器框内回显问题

This commit is contained in:
sj
2022-10-12 11:10:16 +08:00
parent eb5877bbd3
commit d4c0e7926c
15 changed files with 350 additions and 38 deletions
+9 -9
View File
@@ -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)