|
@ -1231,6 +1231,7 @@ export default { |
|
|
else if (this.addType == "edit") this.editCate(); |
|
|
else if (this.addType == "edit") this.editCate(); |
|
|
else if (this.addType == "appoint") this.appointAjax(); |
|
|
else if (this.addType == "appoint") this.appointAjax(); |
|
|
else if (this.addType == "finish") this.finishAjax(); |
|
|
else if (this.addType == "finish") this.finishAjax(); |
|
|
|
|
|
else if (this.addType == "finishNoEvaluate") this.finishAjax(); |
|
|
} else { |
|
|
} else { |
|
|
console.log("error submit!!"); |
|
|
console.log("error submit!!"); |
|
|
return false; |
|
|
return false; |
|
|