Commit 8a263ea4 authored by 沈翠玲's avatar 沈翠玲

稽核管理

parent e1386a7b
...@@ -78,9 +78,9 @@ ...@@ -78,9 +78,9 @@
const callMode = ref(''); const callMode = ref('');
const paramCallback = (param) => { const paramCallback = (param) => {
const obj = JSON.parse(JSON.stringify(param)); const obj = JSON.parse(JSON.stringify(param));
if (userInfo.id) { // if (userInfo.id) {
obj['createBy'] = userInfo.id; // obj['createBy'] = userInfo.id;
} // }
obj['auditStatus'] = activeName.value; obj['auditStatus'] = activeName.value;
if (obj['trackTime']) { if (obj['trackTime']) {
if (obj['trackTime'][0]) obj['trackTimeBegin'] = obj['trackTime'][0]; if (obj['trackTime'][0]) obj['trackTimeBegin'] = obj['trackTime'][0];
......
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