This commit is contained in:
chenjianan
2018-12-14 19:45:49 +08:00
28 changed files with 2740 additions and 36 deletions

View File

@@ -230,7 +230,7 @@ export default {
if (response.data[0].result === '1') {
this.$message.success('删除成功')
callback.call(this) // 回调函数修正this指向组件本身
} else { this.$message.error('删除失败') }
} else { this.$message.error('数据占用') }
})
}).catch(() => {
this.$message({