Commit b4d5ada9 authored by youjie's avatar youjie

no message

parent 5ca948bb
......@@ -912,6 +912,11 @@ export default {
pagesTitle(val,oldval){
},
OrderList:{
handler(val, oldVal){
}
}
},
methods: {
uploadFileBtn(file){
......
......@@ -385,7 +385,7 @@
dataList:{
handler(val, oldVal){
let that = this
that.$nextTick(function(){
that.$nextTick(()=>{
that.com_onresize();
window.onresize = () => {
that.com_onresize();
......
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