Commit 10dfb1d2 authored by hubaoshan's avatar hubaoshan

结算的周期填报

parent 33aa5501
......@@ -105,7 +105,7 @@
function handleSubmit() {
validate().then(() => {
const value = getFieldsValue();
cycleData.value.fillCycle = value.year + value.quarter;
cycleData.value.fillCycle = value.year +'年'+ value.quarter;
console.log('!!!!!!!!-', cycleData.value.fillCycle)
SetSettlementMothCycelEdit(cycleData.value).then(() => {
emit('getCycle');
......
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