|
@ -220,6 +220,7 @@ const openForm = (type: string, row?: any) => { |
|
|
|
|
|
|
|
|
// form表单提交 |
|
|
// form表单提交 |
|
|
const formsSuccess = async (formType,data) => { |
|
|
const formsSuccess = async (formType,data) => { |
|
|
|
|
|
try{ |
|
|
var isHave =Productionlineitem.allSchemas.formSchema.some(function (item) { |
|
|
var isHave =Productionlineitem.allSchemas.formSchema.some(function (item) { |
|
|
return item.field === 'activeTime' || item.field === 'expireTime'; |
|
|
return item.field === 'activeTime' || item.field === 'expireTime'; |
|
|
}); |
|
|
}); |
|
@ -246,6 +247,9 @@ const formsSuccess = async (formType,data) => { |
|
|
}else{ |
|
|
}else{ |
|
|
buttonBaseClick('refresh',null) |
|
|
buttonBaseClick('refresh',null) |
|
|
} |
|
|
} |
|
|
|
|
|
} catch { |
|
|
|
|
|
basicFormRef.value.formLoading = false |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 查询页面返回 |
|
|
// 查询页面返回 |
|
|