提交 74c28ea3 编写于 作者: U unknown

错误文字修改

上级 bb12b2ce
......@@ -9,7 +9,7 @@ export default {
data() {
const checkContent = (rule, value, callback) => {
if (!this.form.content && this.form.picList.length === 0 && this.form.materialIdList.length === 0) {
callback(new Error('该项为必填项1'))
callback(new Error('该项为必填项'))
} else {
callback()
}
......
......@@ -367,8 +367,6 @@ export default {
width: 80%;
margin: 0 auto 20px;
}
.el-icon-error {
}
.phone-dialog-image {
border-radius: 6px;
width: 100px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册