Este commit está contenido en:
2022-08-10 13:42:46 +08:00
padre df3b11b6dd
commit 9653474e2f
Se han modificado 3 ficheros con 49 adiciones y 41 borrados

Ver fichero

@@ -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
})