Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
47 changed files
with
1102 additions
and
23 deletions
-
Please register or sign in to post a comment
... | ... | @@ -35,6 +35,10 @@ |
}; | ||
}, | ||
methods: { | ||
/** | ||
* @description: onSubmit | ||
* @author: renchao | ||
*/ | ||
onSubmit () { | ||
stopTask({ | ||
bsmSlsq: this.formData.bsmSlsq, | ||
... | ... |
... | ... | @@ -14,6 +14,10 @@ export default { |
} | ||
}, | ||
methods: { | ||
/** | ||
* @description: nextTo | ||
* @author: renchao | ||
*/ | ||
nextTo () { | ||
this.$router.push({ | ||
path: this.redirect || '/', | ||
... | ... |