驱动更新

This commit is contained in:
张江玮
2023-04-03 10:59:45 +08:00
parent 05618621ea
commit 426d6cb65c
5 changed files with 48 additions and 412 deletions

View File

@@ -346,7 +346,6 @@ export default {
finishReadEdit(data) {
// 编辑的是code列,并且值包含mode
if (data.code.indexOf('mode') !== -1) {
debugger
const dbValue = data.db
// .之前的字符串
const beforeStr = dbValue.match(/(\S*)\./)[1]