Commit 7e32f25e authored by 沈翠玲's avatar 沈翠玲

还款审批

parent c3e802a5
...@@ -76,6 +76,11 @@ ...@@ -76,6 +76,11 @@
selectdList.value = []; selectdList.value = [];
} }
}; };
const handleClick = () => {
setTimeout(() => {
query();
}, 300);
};
const paramCallback = (param) => { const paramCallback = (param) => {
const obj = JSON.parse(JSON.stringify(param)); const obj = JSON.parse(JSON.stringify(param));
obj['flowStatus'] = activeName.value; obj['flowStatus'] = activeName.value;
......
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