refactor: 代码规范

This commit is contained in:
shiziyuan9527 2021-04-15 14:36:04 +08:00 committed by 刘瑞斌
parent 37a486bcc5
commit bbf6281627
2 changed files with 3 additions and 3 deletions

View File

@ -252,7 +252,7 @@ export default {
deep: true deep: true
} }
}, },
} };
</script> </script>
<style scoped> <style scoped>

View File

@ -101,11 +101,11 @@ export default {
} else { } else {
return false; return false;
} }
}) });
this.dialogVisible = false; this.dialogVisible = false;
}, },
} }
} };
</script> </script>
<style scoped> <style scoped>