禅道bug修复
This commit is contained in:
parent
95eaee6e30
commit
a9824f1331
|
|
@ -975,7 +975,7 @@ export default {
|
||||||
async submitForm(formName, submitType) {
|
async submitForm(formName, submitType) {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
let isReturn = true
|
let isReturn = true
|
||||||
if (submitType === '提交') {
|
if (submitType === '提交' || submitType === '保存') {
|
||||||
const param = {
|
const param = {
|
||||||
...this.getParams(),
|
...this.getParams(),
|
||||||
taskType: '1',
|
taskType: '1',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue