Commit 52fd75f5 by LJM

add

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