|
@@ -303,7 +303,6 @@ export default {
|
|
if (_this.form.contentType === 'LINK') {
|
|
if (_this.form.contentType === 'LINK') {
|
|
_this.form.content = _this.form.contentLink
|
|
_this.form.content = _this.form.contentLink
|
|
}
|
|
}
|
|
- console.log('11111111111:', _this.form)
|
|
|
|
// 验证组件必填项
|
|
// 验证组件必填项
|
|
_this.$refs.ruleForm.validate(valid => {
|
|
_this.$refs.ruleForm.validate(valid => {
|
|
if (valid) {
|
|
if (valid) {
|