|
@@ -371,8 +371,8 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
|
|
|
}
|
|
|
clearTimeout(fs.clearid);
|
|
|
fs.clearid = setTimeout(function () {
|
|
|
- reElem.find('dl > *:not(.' + FORM_SELECT_TIPS + ')').remove();
|
|
|
- reElem.find('dd.' + FORM_NONE).addClass(FORM_EMPTY).text('请求中');
|
|
|
+ //reElem.find('dl > *:not(.' + FORM_SELECT_TIPS + ')').remove();
|
|
|
+ //reElem.find('dd.' + FORM_NONE).addClass(FORM_EMPTY).text('请求中');
|
|
|
_this3.ajax(id, searchUrl, inputValue, false, null, true);
|
|
|
}, delay);
|
|
|
}
|