|
@@ -272,8 +272,6 @@ export default {
|
|
this.$refs.ruleForm.validateField("platform");
|
|
this.$refs.ruleForm.validateField("platform");
|
|
},
|
|
},
|
|
async submitForm() {
|
|
async submitForm() {
|
|
- console.log(this.ruleForm)
|
|
|
|
- return
|
|
|
|
this.ruleForm.online_remark = replaceTextWrapAndSpace(
|
|
this.ruleForm.online_remark = replaceTextWrapAndSpace(
|
|
this.ruleForm.online_remark
|
|
this.ruleForm.online_remark
|
|
);
|
|
);
|