BUG 29505
This commit is contained in:
		| @@ -134,7 +134,7 @@ export default { | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|  | ||||
|      | ||||
|     let IdNumberPass = (rule, value, callback) => { | ||||
|       if (value) { | ||||
|         if (this.idCardNoUtil.checkIdCardNo(value)) { | ||||
| @@ -146,7 +146,7 @@ export default { | ||||
|         callback(new Error('请输入身份证号')) | ||||
|       } | ||||
|     } | ||||
|  | ||||
|      | ||||
|     let regIcome = (rule, value, callback) => { | ||||
|       if (value) { | ||||
|         const reg = /^([0-9]{1,5})(\.[0-9]{1,3}){0,1}$/ | ||||
| @@ -325,7 +325,7 @@ export default { | ||||
|     }, | ||||
|  | ||||
|     getGridList() { | ||||
|       this.instance.post(`/app/appgirdinfo/listAllByTop`).then((res) => { | ||||
|       this.instance.post(`/app/appgirdinfo/listAll`).then((res) => { | ||||
|         if (res.code == 0) { | ||||
|           this.treeObj.treeList = this.format(res.data) | ||||
|           if (this.formData.girdId) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user