Commit 64c27a0a authored by 高飞's avatar 高飞

修改科目代码问题

parent 6ca7a8c3
...@@ -175,7 +175,7 @@ export default { ...@@ -175,7 +175,7 @@ export default {
//题库修改确定 //题库修改确定
submit_edit() { submit_edit() {
let _this = this; let _this = this;
this.$refs['numberValidateForm'].validate((valid) => { this.$refs['numberValidateForm1'].validate((valid) => {
if (valid) { if (valid) {
let form_datas = { let form_datas = {
questionsName: _this.form_edit.name, questionsName: _this.form_edit.name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment