fix: 修改 system — chartType 不正确的问题

This commit is contained in:
zhangyu
2021-12-16 20:54:00 +08:00
parent 54c79e9aab
commit 0e27bc6cc4
17 changed files with 21 additions and 56 deletions

View File

@@ -1062,7 +1062,6 @@ export default {
},
// input框监听是按删除还是回车
enter (val, e) {
console.log(val, e)
const keyCode = window.event ? e.keyCode : e.which
if (val == 'ID' && keyCode == 13) {
const id = /^[0-9]*$/