升级活动备案提交

This commit is contained in:
范强强
2023-04-16 15:49:42 +08:00
parent e553977e17
commit ab9c90c03e
@@ -73,8 +73,7 @@ import moment from 'moment'
export default { export default {
name: 'basicInformation', name: 'basicInformation',
components:{ components: {},
},
data() { data() {
return { return {
confirmLoading: false, confirmLoading: false,
@@ -125,14 +124,16 @@ export default {
this.formInline[item.db_field_name] = this.formInline[item.db_field_name] ? moment(this.formInline[item.db_field_name]).format('YYYY-MM-DD') : '' this.formInline[item.db_field_name] = this.formInline[item.db_field_name] ? moment(this.formInline[item.db_field_name]).format('YYYY-MM-DD') : ''
}, },
submit() { submit() {
this.save()
this.$router.push('upgradeactivity') this.$router.push('upgradeactivity')
}, }
} }
} }
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@import '~@assets/less/common.less'; @import '~@assets/less/common.less';
.box { .box {
height: 500px; height: 500px;
padding: 0 24px 24px 24px; padding: 0 24px 24px 24px;