lius
2023-08-15 b82cf6ea881a2d6b8f76f38bb0cef35c69bf5da5
src/views/mdc/common/BaseTree.vue
@@ -255,7 +255,11 @@
        }
        let ids = entity.id
        if (!ids) {
          this.$message.warning('请选择一条记录!')
          // this.$message.warning('请选择一条记录!')
          this.$notification.warning({
            message:'消息',
            description:"请选择一条记录"
          });
          return
        } else {
          var that = this