|
@@ -577,10 +577,6 @@ export default {
|
|
|
this.ruleForm.tpls.form_data = values;
|
|
|
const formData = values[0];
|
|
|
const tplInfo = this.processStructureValue.tpls[0]; // 默认只用第一个模板
|
|
|
- console.log(this.ruleForm.tpls.form_data);
|
|
|
- console.log(this.ruleForm, "this.ruleForm");
|
|
|
- this.submitDisabled = false;
|
|
|
- return;
|
|
|
// 校验数据
|
|
|
const res = await checkCourseReturnFee({
|
|
|
tplInfoId: tplInfo.id,
|