xg
This commit is contained in:
parent
927f65fd4c
commit
a7895c321a
@ -183,7 +183,6 @@ export default {
|
||||
method = getDepartmentList(this.querydepartmen)
|
||||
}
|
||||
method.then(response => {
|
||||
console.log(response)
|
||||
this.DepartmentoList = response.data.deptNumList;
|
||||
this.hospitalAgencyName = response.data.hospitalAgencyName
|
||||
this.count = 0;
|
||||
|
||||
@ -373,7 +373,6 @@ export default {
|
||||
data() {
|
||||
//验证身份证
|
||||
var isimgPath = (rule, value, callback) => {
|
||||
console.log(value)
|
||||
if (!this.form.imgPath) {
|
||||
callback(new Error("素材选择不能为空"));
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user