This commit is contained in:
2022-08-11 14:22:23 +08:00
parent 0ddba21e1c
commit a1056abe80
29 changed files with 161 additions and 87 deletions

View File

@@ -122,6 +122,7 @@ export default {
name: '名称',
code: '编码',
remark: '备注',
description: '描述',
specifications: '规格'
// add more...
}
@@ -140,6 +141,7 @@ export default {
name: '名称',
code: '编码',
remark: '备注',
description: '描述',
specifications: '规格'
// add more...
},
@@ -317,6 +319,12 @@ export default {
}
})
}
}).catch(err => {
this.$message({
message: err,
type: 'error',
duration: 2000
})
})
}
})