Commit 70b3106b authored by 吴冠's avatar 吴冠

部分下拉菜单为空

parent 43b20e0b
......@@ -75,7 +75,7 @@ import citySelect from "@/components/citySelect.vue";
return {
priceList : data,
total : total,
industryOptions:res
industryoptions:res
}
},
data() {
......
......@@ -98,7 +98,7 @@ export default {
return {
priceList : data,
total : total,
industryOptions:res
industryoptions:res
}
},
data() {
......
......@@ -102,8 +102,8 @@ export default {
noticeType:'ENQUIRY'
}
const res = await industryList();
console.log(res,"----------------------")
const {data,total} = await getInquiryList(mes)
console.log(data+'------------')
return {
priceList : data,
total : total,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment