This commit is contained in:
2024-07-08 14:41:54 +08:00
parent 927f65fd4c
commit a7895c321a
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -373,7 +373,6 @@ export default {
data() {
//
var isimgPath = (rule, value, callback) => {
console.log(value)
if (!this.form.imgPath) {
callback(new Error("素材选择不能为空"));
} else {