1.0

parent aa27b923
Showing with 1 additions and 0 deletions
...@@ -186,6 +186,7 @@ function initSelectTelephone() { ...@@ -186,6 +186,7 @@ function initSelectTelephone() {
//这里是取消选中触发的事件 //这里是取消选中触发的事件
//如配置allowClear: true后,触发 //如配置allowClear: true后,触发
$("#brand_name").empty(); //清空select2数据 $("#brand_name").empty(); //清空select2数据
$("#brand_id").val(""); //清空搜索
}); });
} }
function formatTelehoneNumber(item) { function formatTelehoneNumber(item) {
......
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