Commit 499a4705 authored by 沈翠玲's avatar 沈翠玲

页面优化

parent f88f91c4
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
}).catch(e => { }).catch(e => {
tabs.value = arr tabs.value = arr
}) })
}, 500) }, (FlowStatus.value && FlowStatus.value.length) ? 100 : 1000)
return obj; return obj;
}; };
const onCheckboxAll = (flag) => { const onCheckboxAll = (flag) => {
......
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
}).catch(e => { }).catch(e => {
tabs.value = arr tabs.value = arr
}) })
}, 500) }, (FlowStatus.value && FlowStatus.value.length) ? 100 : 1000)
return obj; return obj;
}; };
const changeStatus = async (row) => { const changeStatus = async (row) => {
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
}).catch(e => { }).catch(e => {
tabs.value = arr tabs.value = arr
}) })
}, 500) }, (AuditStatus.value && AuditStatus.value.length) ? 100 : 1000)
// obj['voices'] = 'Y' // obj['voices'] = 'Y'
// obj['images'] = 'Y' // obj['images'] = 'Y'
// obj['notes'] = 'Y' // obj['notes'] = 'Y'
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
}).catch(e => { }).catch(e => {
tabs.value = arr tabs.value = arr
}) })
}, 500) }, (AuditStatus.value && AuditStatus.value.length) ? 100 : 1000)
// obj['voices'] = 'Y' // obj['voices'] = 'Y'
// obj['images'] = 'Y' // obj['images'] = 'Y'
// obj['notes'] = 'Y' // obj['notes'] = 'Y'
......
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