fix: 修改 system — chartType 不正确的问题
This commit is contained in:
@@ -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]*$/
|
||||
|
||||
Reference in New Issue
Block a user