@ -270,6 +270,13 @@
saveBMPropertiesValue(this.tableData).then(({data}) => {
if (data && data.code === 0) {
this.$clearHighLight()
this.$message({
message: '操作成功',
type: 'success',
duration: 1500,
onClose: () => {
}
})
this.$emit("closeModel")
} else {
this.$alert(data.msg, '错误', {