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