禅道bug修复

This commit is contained in:
BianLzhaoMin 2025-06-09 10:34:15 +08:00
parent 95eaee6e30
commit a9824f1331
1 changed files with 1 additions and 1 deletions

View File

@ -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',