...
|
...
|
@@ -312,14 +312,14 @@ |
|
|
id: id
|
|
|
}, resultData => {
|
|
|
|
|
|
// /* 结果返回 */
|
|
|
// if (resultData.length < 1) {
|
|
|
// areaCode.val(id);
|
|
|
// let returnTitle = this.returnTitle();
|
|
|
|
|
|
// area.val(returnTitle);
|
|
|
// this.show = false;
|
|
|
// }
|
|
|
/* 结果返回 */
|
|
|
if (resultData.length < 1) {
|
|
|
areaCode.val(id);
|
|
|
let returnTitle = this.returnTitle();
|
|
|
|
|
|
area.val(returnTitle);
|
|
|
this.show = false;
|
|
|
}
|
|
|
|
|
|
/* 数据绑定 */
|
|
|
switch ((id + '').length) {
|
...
|
...
|
|