Commit f0195ff6 authored by duxinyuan's avatar duxinyuan

1

parent 69eb6826
...@@ -23,4 +23,4 @@ ...@@ -23,4 +23,4 @@
if(!doc.addEventListener) return; if(!doc.addEventListener) return;
win.addEventListener(resizeEvt, recalc, false); win.addEventListener(resizeEvt, recalc, false);
doc.addEventListener('DOMContentLoaded', recalc, false); doc.addEventListener('DOMContentLoaded', recalc, false);
})(document, window);</script><link href=./static/css/app.4190cdb5c58a83ef8a74a58819b0c740.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.9fd8d33170a4f9e3a126.js></script></body></html> })(document, window);</script><link href=./static/css/app.fa3ef1608f9fed657e18eb16041b1ffa.css rel=stylesheet></head><body><div id=app></div><script src=https://api.tonglianjituan.com/app/js/libs/vue.min.js></script><script src=https://api.tonglianjituan.com/app/js/libs/vue-router.min.js></script><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.1b35a927314506fe4a4f.js></script><script type=text/javascript src=./static/js/app.b215de9ba5ce68728688.js></script></body></html>
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -134,7 +134,9 @@ ...@@ -134,7 +134,9 @@
if ( that.searchData.substation ){ if ( that.searchData.substation ){
data.stations_ids = that.searchData.addr ; data.stations_ids = that.searchData.addr ;
} else { } else {
data.disc = that.searchData.business_id ; if ( that.searchData.business_id != '' ){
data.disc = that.searchData.business_id ;
}
if ( that.searchData.addr != '' ){ if ( that.searchData.addr != '' ){
data.business_id = that.searchData.addr ; data.business_id = that.searchData.addr ;
} }
......
...@@ -90,12 +90,12 @@ ...@@ -90,12 +90,12 @@
<switch-d ref="s3" :data="{str1:'是',str2:'否'}" @swithchBack="swithchBack($event,'status')" style="margin:.1rem;"></switch-d> <switch-d ref="s3" :data="{str1:'是',str2:'否'}" @swithchBack="swithchBack($event,'status')" style="margin:.1rem;"></switch-d>
</div> </div>
</div> </div>
<div style="width:100%;overflow: hidden;margin-top:.3rem;"> <!--<div style="width:100%;overflow: hidden;margin-top:.3rem;">
<div class="selecter-title" > 是否对客户公开 </div> <div class="selecter-title" > 是否对客户公开 </div>
<div class="square-choose" style="color : #999999"> <div class="square-choose" style="color : #999999">
<switch-d ref="s4" :data="{str1:'是',str2:'否'}" @swithchBack="swithchBack($event,'kaiyuan')" style="margin:.1rem;"></switch-d> <switch-d ref="s4" :data="{str1:'是',str2:'否'}" @swithchBack="swithchBack($event,'kaiyuan')" style="margin:.1rem;"></switch-d>
</div> </div>
</div> </div>-->
<div style="width:100%;overflow: hidden;margin-top:.3rem;"> <div style="width:100%;overflow: hidden;margin-top:.3rem;">
<div class="selecter-title" > 特色标签(多选) </div> <div class="selecter-title" > 特色标签(多选) </div>
<div class="square-choose" v-for="item,index in mainDataChooseLi.more"> <div class="square-choose" v-for="item,index in mainDataChooseLi.more">
......
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