src/views/mdc/base/modules/shift/ShiftSystem.vue
@@ -133,7 +133,7 @@ postAction(this.url.changeDefaultShift,qs.stringify({id:record.id})).then((res) =>{ if(res.success){ // this.$message.success(res.message); this.$notification.warning({ this.$notification.success({ message:'消息', description:res.message }); @@ -156,7 +156,7 @@ deleteAction(that.url.deleteBatch, {id: record}).then((res) => { if (res.success) { // that.$message.success(res.message); that.$notification.warning({ that.$notification.success({ message:'消息', description:res.message });