幼儿紧急联系人

This commit is contained in:
paidaxing444
2020-08-13 18:08:50 +08:00
parent c7e3130320
commit 5d32e2eef8
9 changed files with 1157 additions and 3 deletions

View File

@ -204,7 +204,7 @@ export default {
},
methods: {
handleAvatarSuccess(res, file) {
console.log(res);
//console.log(res);
if (res.code == "200") {
this.form.fileurl = res.fileName;
this.form.filetype = res.fileName.split(".")[1];
@ -213,13 +213,13 @@ export default {
}
},
handleRemove(file, fileList) {
console.log(file, fileList);
//console.log(file, fileList);
if (file.response.code == "200") {
this.form.fileurl = "";
}
},
handlePreview(file) {
console.log(file);
//console.log(file);
},
handleExceed(files, fileList) {
this.$message.warning(