修改设备节点类型是string时添加长度,其他类型自动删除长度参数

This commit is contained in:
wu
2022-08-20 18:17:53 +08:00
parent f7140382b4
commit 7775f707b1
4 changed files with 16 additions and 11 deletions

View File

@@ -41,8 +41,8 @@
<script>
import tips from './tips.md'
import jschardet from 'jschardet'
import { assign, each, map, pick, pickBy, startsWith, includes, every } from 'lodash'
//import { getWorkingsubclassAll } from '@/api/basic/device'
import { assign, each, pick, pickBy, startsWith, includes, every } from 'lodash'
// import { getWorkingsubclassAll } from '@/api/basic/device'
export default {
data () {