Compare commits
No commits in common. "9af434075704b93b78058d51772e279301e9a383" and "a9135f9fd6478e2a8abaeb73880ec28ff5a9f44b" have entirely different histories.
9af4340757
...
a9135f9fd6
@ -188,14 +188,9 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
|
||||
} else {
|
||||
this.$refs.fileInput.value = "";
|
||||
this.$message.error(res.data.msg);
|
||||
|
||||
}
|
||||
}).catch((err) => {
|
||||
this.loading.close()
|
||||
this.$refs.fileInput.value = "";
|
||||
this.$message.error("插入图片失败");
|
||||
});
|
||||
})
|
||||
};
|
||||
reader.readAsArrayBuffer(file);
|
||||
|
||||
|
@ -704,14 +704,9 @@ changeAddModel3(){
|
||||
}
|
||||
|
||||
} else {
|
||||
this.$refs.fileInput1.value = '';
|
||||
this.$message.error(res.data.msg);
|
||||
|
||||
}
|
||||
}).catch((err) => {
|
||||
this.loading.close()
|
||||
this.$refs.fileInput1.value = '';
|
||||
this.$message.error("插入图片失败");
|
||||
});
|
||||
})
|
||||
};
|
||||
reader.readAsArrayBuffer(file);
|
||||
|
||||
|
@ -375,13 +375,8 @@ export default {
|
||||
this.nowData1.hls = res.data.msg;
|
||||
this.$refs.fileInput1.value = "";
|
||||
} else {
|
||||
this.$refs.fileInput1.value = "";
|
||||
this.$message.error(res.data.msg);
|
||||
}
|
||||
}).catch((err) => {
|
||||
this.loading.close()
|
||||
this.$refs.fileInput1.value = "";
|
||||
this.$message.error("插入图片失败");
|
||||
});
|
||||
};
|
||||
reader.readAsArrayBuffer(file);
|
||||
|
@ -275,11 +275,9 @@ export default {
|
||||
this.$refs.fileInput.value = "";
|
||||
} else {
|
||||
this.$message.error(res.data.msg);
|
||||
this.$refs.fileInput.value = "";
|
||||
}
|
||||
}).catch((err) => {
|
||||
this.loading = false;
|
||||
this.$refs.fileInput.value = "";
|
||||
this.$message.error("插入图片失败");
|
||||
});
|
||||
};
|
||||
|
@ -287,11 +287,9 @@ detailedIntroductionTextEnTitle:'',
|
||||
this.$refs.fileInput.value = "";
|
||||
} else {
|
||||
this.$message.error(res.data.msg);
|
||||
this.$refs.fileInput.value = "";
|
||||
}
|
||||
}).catch((err) => {
|
||||
this.loading = false;
|
||||
this.$refs.fileInput.value = "";
|
||||
this.$message.error("插入图片失败");
|
||||
});
|
||||
};
|
||||
|
@ -265,11 +265,9 @@ detailedIntroductionTextEnTitle:'',
|
||||
this.$refs.fileInput.value = "";
|
||||
} else {
|
||||
this.$message.error(res.data.msg);
|
||||
this.$refs.fileInput.value = "";
|
||||
}
|
||||
}).catch((err) => {
|
||||
this.loading = false;
|
||||
this.$refs.fileInput.value = "";
|
||||
this.$message.error("插入图片失败");
|
||||
});
|
||||
};
|
||||
|
@ -453,11 +453,9 @@ export default {
|
||||
this.$refs.fileInput.value = "";
|
||||
} else {
|
||||
this.$message.error(res.data.msg);
|
||||
this.$refs.fileInput.value = "";
|
||||
}
|
||||
}).catch((err) => {
|
||||
this.loading = false;
|
||||
this.$refs.fileInput.value = "";
|
||||
this.$message.error("插入图片失败");
|
||||
});
|
||||
};
|
||||
|
@ -590,10 +590,8 @@ productId: "",
|
||||
this.$refs.fileInput1.value = "";
|
||||
} else {
|
||||
this.$message.error(res.data.msg);
|
||||
this.$refs.fileInput.value = "";
|
||||
}
|
||||
}).catch((err) => {
|
||||
this.$refs.fileInput.value = "";
|
||||
this.loading = false;
|
||||
this.$message.error("插入图片失败");
|
||||
});
|
||||
|
@ -247,8 +247,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -135,7 +135,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -169,7 +169,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -150,7 +150,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -177,7 +177,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -133,7 +133,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -294,7 +294,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -153,7 +153,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -153,7 +153,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -161,7 +161,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -229,7 +229,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -242,7 +242,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -149,7 +149,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -255,7 +255,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -229,7 +229,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -229,7 +229,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -203,7 +203,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -149,7 +149,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -249,7 +249,6 @@ export default {
|
||||
this.$refs.fileInput.value = '';
|
||||
} else {
|
||||
console.log(null);
|
||||
this.$refs.fileInput.value = '';
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user