Commit a25a7bd1 authored by ccc2wdd's avatar ccc2wdd

Merge remote-tracking branch 'origin/develop' into develop

parents 98b0e9d8 10dfb1d2
......@@ -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