Commit 43cdd515 authored by 涂伟's avatar 涂伟

fix: '代码优化'

parent 017cff07
Pipeline #89865 canceled with stages
......@@ -413,7 +413,7 @@ const FlowModal = props => {
if (validate) {
let datas = JSON.parse(JSON.stringify(validate));
for (let key in datas) {
if (key === 'isPrint' || key === 'isPrintAux') {
if (key === 'isPrint' || key === 'IsPrintAux') {
if (datas[key] === false) {
datas[key] = 0;
} else if (datas[key] === true) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment