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