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

部分下拉菜单为空

parent 43b20e0b
...@@ -75,7 +75,7 @@ import citySelect from "@/components/citySelect.vue"; ...@@ -75,7 +75,7 @@ import citySelect from "@/components/citySelect.vue";
return { return {
priceList : data, priceList : data,
total : total, total : total,
industryOptions:res industryoptions:res
} }
}, },
data() { data() {
......
...@@ -98,7 +98,7 @@ export default { ...@@ -98,7 +98,7 @@ export default {
return { return {
priceList : data, priceList : data,
total : total, total : total,
industryOptions:res industryoptions:res
} }
}, },
data() { data() {
......
...@@ -102,8 +102,8 @@ export default { ...@@ -102,8 +102,8 @@ export default {
noticeType:'ENQUIRY' noticeType:'ENQUIRY'
} }
const res = await industryList(); const res = await industryList();
console.log(res,"----------------------")
const {data,total} = await getInquiryList(mes) const {data,total} = await getInquiryList(mes)
console.log(data+'------------')
return { return {
priceList : data, priceList : data,
total : total, 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