Commit b4d5ada9 authored by youjie's avatar youjie

no message

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