Commit 52fd75f5 by LJM

add

parent f570aeab
Showing with 2 additions and 2 deletions
...@@ -314,7 +314,7 @@ ...@@ -314,7 +314,7 @@
this.resetChange(); this.resetChange();
this.getData(); this.getData();
}, },
radioChange(e, type) { radioChange: debounce(function(e, type) {
this.resetChange(); this.resetChange();
if (type == 1) { if (type == 1) {
this.searchParams.stock_in_type = e.detail.value; this.searchParams.stock_in_type = e.detail.value;
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
this.searchParams.shelf_status = e.detail.value; this.searchParams.shelf_status = e.detail.value;
} }
this.getData(); this.getData();
}, }, 500),
bindPickerChange: function(e) { bindPickerChange: function(e) {
console.log('picker发送选择改变,携带值为', e.detail.value); console.log('picker发送选择改变,携带值为', e.detail.value);
this.index = e.detail.value; this.index = e.detail.value;
......
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 sign in to comment