其他按钮修改

This commit is contained in:
zyx.net
2023-03-25 18:37:51 +08:00
parent af0580bf4e
commit d9c7e6c05e
@@ -20,7 +20,7 @@
</a-spin>
<div class="bootom-button">
<a-button style="margin-right:50px" @click="save">{{$t('preservation')}}</a-button>
<a-button type="primary" @click='last' style="margin-right:50px">{{$t('last')}}</a-button>
<a-button type="primary" style='margin-right: 50px' @click='last'>{{$t('last')}}</a-button>
<a-button type="primary" @click='submit'>{{$t('submit')}}</a-button>
</div>
</div>
@@ -54,8 +54,6 @@ export default {
getAction('/ota/otaBaCxQt/queryByOtaId',{otaIdT:localStorage.getItem('otaIdT'),otaId:localStorage.getItem('otaId')}).then(res=>{
console.log(res);
})
}
},
save(){
this.$refs.ruleForm.validate( valid =>{
@@ -73,8 +71,10 @@ export default {
this.$emit('otherup')
},
submit(){
this.save()
this.save()
},
},
}
</script>