update
This commit is contained in:
@@ -141,6 +141,7 @@ const addOrUpdateConfigs = {
|
||||
name: 'unitDictValue',
|
||||
label: '单位',
|
||||
type: 'select',
|
||||
// placeholder: '请选择单位',
|
||||
options: [
|
||||
// 动态获取
|
||||
]
|
||||
@@ -265,6 +266,7 @@ export default {
|
||||
deleteHandle(id) {
|
||||
var ids = id
|
||||
? [id]
|
||||
// ? [1556817256347828335]
|
||||
: this.dataListSelections.map(item => {
|
||||
return item.id
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user