1730532197@qq.com

lwj

......@@ -186,10 +186,7 @@
statusList: [{
'id': 1,
'name': '有效'
}, {
'id': 2,
'name': '配置中'
}, {
},{
'id': 3,
'name': '停用'
}],
......@@ -274,7 +271,7 @@
/** 删除 启用 停用按钮操作 */
handleDeleteorPlayorpause(row, status, statusText) {
debugger
//删除前需要停用
//删除前需要停用
if (status === 0 && row.status != '3') {
this.$message({
message: '请停用后删除',
......